Skip to content

Commit d5e0044

Browse files
committed
chore(ci): Verify only first tag
1 parent bbbd4f8 commit d5e0044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
labels: ${{ steps.meta.outputs.labels }}
5151

5252
- name: Verify Docker image
53-
run: docker run --rm ${{ steps.meta.outputs.tags }} --version
53+
run: docker run --rm ${{ fromJSON(steps.meta.outputs.json).tags[0] }} --version

0 commit comments

Comments
 (0)