Skip to content

Commit 7bfb59d

Browse files
committed
chore: basic implementation with healthz
1 parent 7a9d088 commit 7bfb59d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-run-test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
docker push ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA}
4444
- name: Check Docker image details
4545
run: |
46-
docker manifest inspect ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA}
46+
docker images ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA} --format "{{.Size}}"
47+
4748
system:
4849
runs-on: ubuntu-latest
4950
needs: build

0 commit comments

Comments
 (0)