We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f692e8c commit 67030a9Copy full SHA for 67030a9
.github/workflows/docker_publish.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Test docker image
92
continue-on-error: false
93
run: |
94
- docker run -d --rm --name local-ydb-test ghcr.io/${{ github.repository_owner }}/local-ydb:nightly
+ docker run -d --rm --name local-ydb-test ghcr.io/${{ github.repository_owner }}/local-ydb:${{ inputs.image_tag || 'trunk' }}
95
sleep 61 # Wait for the health check to run (--start-period=60s --interval=1s)
96
if [ "$(docker inspect --format='{{json .State.Health.Status}}' local-ydb-test)" != "\"healthy\"" ]; then
97
echo "Container is not healthy"
0 commit comments