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 7a9d088 commit 7bfb59d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
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}
docker images ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA} --format "{{.Size}}"
system:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 7bfb59d

Please sign in to comment.