Skip to content

Commit

Permalink
remove dockerhub for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Dec 18, 2024
1 parent 532e4bc commit 3da7e58
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Helm Publish (Dockerhub)
env:
REGISTRY: registry-1.docker.io
run: |
echo ${{ secrets.DOCKERHUB_TOKEN }} | helm registry login $REGISTRY -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
helm package deploy/twingate-operator --version $CHART_VERSION --app-version $APP_VERSION
helm push kubernetes-operator-chart-$CHART_VERSION.tgz oci://$REGISTRY/twingate --debug
# - name: Helm Publish (Dockerhub)
# env:
# REGISTRY: registry-1.docker.io
# run: |
# echo ${{ secrets.DOCKERHUB_TOKEN }} | helm registry login $REGISTRY -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
# helm package deploy/twingate-operator --version $CHART_VERSION --app-version $APP_VERSION
# helm push kubernetes-operator-chart-$CHART_VERSION.tgz oci://$REGISTRY/twingate --debug


- name: Helm Publish (Github)
Expand Down

0 comments on commit 3da7e58

Please sign in to comment.