Skip to content

Commit e4f4013

Browse files
committed
chore: basic implementation with healthz
1 parent efc20f9 commit e4f4013

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Push Docker image
4242
run: |
4343
docker push ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA}
44+
- name: Check Docker image details:
45+
run: |
46+
docker manifest inspect ghcr.io/${{ github.repository_owner }}/kadai/${{ matrix.service }}:${GITHUB_SHA}
4447
system:
4548
runs-on: ubuntu-latest
4649
needs: build

0 commit comments

Comments
 (0)