Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
Frank Jogeleit committed Jul 16, 2023
1 parent 218a005 commit c90cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: ko-publish
run: |
set -e
echo "digest=$(VERSION=${{ github.ref_name }} KO_TAGS=${{ github.ref_name }} make ko-publish)" >> $GITHUB_OUTPUT
echo "digest=$(VERSION=${{ github.ref_name }} make KO_TAGS=${{ github.ref_name }} ko-publish)" >> $GITHUB_OUTPUT
- name: Sign image
run: |
set -e
Expand Down

0 comments on commit c90cbad

Please sign in to comment.