Skip to content

Commit

Permalink
chore: basic implementation with healthz
Browse files Browse the repository at this point in the history
  • Loading branch information
tonitienda committed May 5, 2024
1 parent efc20f9 commit e4f4013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA}
- name: Check Docker image details:
run: |
docker manifest inspect ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA}
system:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit e4f4013

Please sign in to comment.