Skip to content

Commit

Permalink
build: fix docker meta step output ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jashandeep-sohi committed Dec 23, 2023
1 parent 3a7df21 commit 14f6464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Tag & push
run: |
for tag in ${{ steps.meta.outputs.tag }}; do
for tag in ${{ steps.meta.outputs.tags }}; do
docker tag webcam-filters:latest $tag
done

0 comments on commit 14f6464

Please sign in to comment.