Skip to content

Commit 67030a9

Browse files
authored
ci: update docker image tag handling in publish workflow (#14539)
1 parent f692e8c commit 67030a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Test docker image
9292
continue-on-error: false
9393
run: |
94-
docker run -d --rm --name local-ydb-test ghcr.io/${{ github.repository_owner }}/local-ydb:nightly
94+
docker run -d --rm --name local-ydb-test ghcr.io/${{ github.repository_owner }}/local-ydb:${{ inputs.image_tag || 'trunk' }}
9595
sleep 61 # Wait for the health check to run (--start-period=60s --interval=1s)
9696
if [ "$(docker inspect --format='{{json .State.Health.Status}}' local-ydb-test)" != "\"healthy\"" ]; then
9797
echo "Container is not healthy"

0 commit comments

Comments
 (0)