We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed45d9e commit bc821d9Copy full SHA for bc821d9
.github/workflows/release.yaml
@@ -48,11 +48,13 @@ jobs:
48
- uses: azure/setup-helm@v4.3.0
49
- name: Login to ghcr.io
50
uses: docker/login-action@v3
51
+ env:
52
+ TAG: ${{ needs.release.outputs.tag_name }}
53
with:
54
registry: ghcr.io
55
username: ${{ github.actor }}
56
password: ${{ secrets.GITHUB_TOKEN }}
- - run: ko build --bare github.com/absaoss/karpenter-provider-vsphere/cmd/controller
57
+ - run: ko build -t $TAG --bare github.com/absaoss/karpenter-provider-vsphere/cmd/controller
58
# package and push helm
59
- name: package/push helm
60
env:
0 commit comments