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 53e7e99 commit 0597b45Copy full SHA for 0597b45
.github/workflows/docker-build-push.yml
@@ -40,13 +40,13 @@ jobs:
40
with:
41
images: bids/validator
42
43
- - name: Build and push Docker image
+ - name: Build ${{ startsWith(github.ref, 'refs/tags/') && 'and push' || '' }} ${{ steps.meta.outputs.tags }}
44
uses: docker/build-push-action@v6
45
46
context: .
47
push: ${{ startsWith(github.ref, 'refs/tags/') }}
48
tags: ${{ steps.meta.outputs.tags }}
49
labels: ${{ steps.meta.outputs.labels }}
50
51
- - name: Verify docker image
+ - name: Verify Docker image
52
run: docker run --rm ${{ steps.meta.outputs.tags }} --version
0 commit comments