Skip to content

Commit

Permalink
build: fix loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jashandeep-sohi committed Dec 23, 2023
1 parent 14f6464 commit bba7ec8
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.tags }}; do
echo '${{ steps.meta.outputs.tags }}' | while IFS= read -r tag; do
docker tag webcam-filters:latest $tag
done

0 comments on commit bba7ec8

Please sign in to comment.