Skip to content

Commit

Permalink
GITHUB_REF_NAME is incorrect for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
norbjd authored Mar 26, 2024
1 parent c4b3372 commit c276649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ko build ./cmd/${{ matrix.component }} \
--base-import-paths \
--image-refs=.digest \
--tags=$GITHUB_REF_NAME,$UNIQUE_TAG
--tags=$UNIQUE_TAG # --tags=$GITHUB_REF_NAME,$UNIQUE_TAG
image=$(cat .digest | cut -d'@' -f1 | cut -d':' -f1)
digest=$(cat .digest| cut -d'@' -f2)
Expand Down

0 comments on commit c276649

Please sign in to comment.