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 86dbb81 commit d1aea98
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[] | select(. | test(":sha-|:v."))')
tag=$(echo ${{ steps.meta.outputs.json }} | jq -r '.tags[]')
echo $tag
echo tag=$tag >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit d1aea98

Please sign in to comment.