Skip to content

Commit

Permalink
fix: string quote
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 6, 2024
1 parent 80b1c56 commit b72bf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' && needs.pre-commit.outputs.version != '' }}
run: |
set -ex
for img in $( jq -r '.tags[]' <<< "${{ steps.meta.outputs.json }}" ); do
for img in $( jq -r '.tags[]' <<< '${{ steps.meta.outputs.json }}' ); do
docker push $img
done
Expand Down

0 comments on commit b72bf18

Please sign in to comment.