Skip to content

Commit 88037c9

Browse files
authored
Merge pull request #246 from effigies/fix/docker
chore(ci): Verify only first tag
2 parents bbbd4f8 + d5e0044 commit 88037c9

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)