Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Dec 27, 2023
1 parent d1aea98 commit 3e420f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Parse deployment tag
id: deploy-tag
run: |
tag=$(echo ${{ steps.meta.outputs.json }} | jq -r '.tags[]')
tag=$(echo ${{ steps.meta.outputs.json }} | jq -r '.tags')
echo $tag
echo tag=$tag >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3e420f8

Please sign in to comment.