We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f7175 commit 3896d52Copy full SHA for 3896d52
.github/workflows/release.yaml
@@ -77,14 +77,13 @@ jobs:
77
- name: Set env vars
78
run: |
79
echo "CHART_VERSION=$(poetry version -s)" >> $GITHUB_ENV
80
- echo "APP_VERSION=$(echo ${GITHUB_REF_NAME:1})" >> $GITHUB_ENV
81
82
- name: Helm Publish (Github)
83
env:
84
REGISTRY: ghcr.io
85
86
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login -u twingate --password-stdin $REGISTRY
87
- helm package deploy/twingate-operator --version $CHART_VERSION --app-version $APP_VERSION
+ helm package deploy/twingate-operator --version $CHART_VERSION
88
helm push twingate-operator-$CHART_VERSION.tgz oci://$REGISTRY/twingate/helmcharts
89
90
release_prod:
0 commit comments