Skip to content

Commit

Permalink
build: fix missing TAG env variable for tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Nov 24, 2021
1 parent bb76361 commit 140eba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
export REF=${{ github.ref}}
export COMMIT=${{ github.sha}}
export TAG=$(echo ${{ github.ref }} | cut -d "/" -f 3 - )
ko publish ./cmd/kubelet-csr-approver/ --base-import-paths --platform=linux/amd64,linux/arm64,linux/arm --tags $TAG
publish-untagged:
Expand Down

0 comments on commit 140eba2

Please sign in to comment.