Skip to content

Commit 9327004

Browse files
committed
chore: Update step names
1 parent 53e7e99 commit 9327004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
with:
4141
images: bids/validator
4242

43-
- name: Build and push Docker image
43+
- name: Build ${{ "and push" * startsWith(github.ref, 'refs/tags/') }} ${{ steps.meta.outputs.tags }}
4444
uses: docker/build-push-action@v6
4545
with:
4646
context: .
4747
push: ${{ startsWith(github.ref, 'refs/tags/') }}
4848
tags: ${{ steps.meta.outputs.tags }}
4949
labels: ${{ steps.meta.outputs.labels }}
5050

51-
- name: Verify docker image
51+
- name: Verify Docker image
5252
run: docker run --rm ${{ steps.meta.outputs.tags }} --version

0 commit comments

Comments
 (0)