Skip to content

Commit 53e7e99

Browse files
committed
chore: Run bids-validator --version from Docker image
1 parent 9f6d7d7 commit 53e7e99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
steps:
2323
- name: Check out the repo
2424
uses: actions/checkout@v5
25+
with:
26+
fetch-tags: true
27+
fetch-depth: 200
28+
filter: blob:none
2529

2630
- name: Log in to Docker Hub
2731
if: github.event_name == 'push'
@@ -43,3 +47,6 @@ jobs:
4347
push: ${{ startsWith(github.ref, 'refs/tags/') }}
4448
tags: ${{ steps.meta.outputs.tags }}
4549
labels: ${{ steps.meta.outputs.labels }}
50+
51+
- name: Verify docker image
52+
run: docker run --rm ${{ steps.meta.outputs.tags }} --version

0 commit comments

Comments
 (0)