Skip to content

Commit

Permalink
Revert "ci: add helm login to prevent authorization failed" (#1134)
Browse files Browse the repository at this point in the history
Revert "ci: add helm login to prevent authorization failed (#1131)"

This reverts commit c7dbbdd.
  • Loading branch information
Xunzhuo authored Mar 13, 2023
1 parent 166f9d9 commit f241ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,4 @@ jobs:
- name: Build and Push EG Latest Helm Chart
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# use `0.0.0` as the default latest version.
run: |
helm registry login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin ${{ secrets.DOCKERHUB_PASSWORD }}
CHART_NAME=envoy-gateway OCI_REGISTRY=oci://docker.io/envoyproxy CHART_VERSION=0.0.0 TAG=latest make helm-package helm-push
run: CHART_NAME=envoy-gateway OCI_REGISTRY=oci://docker.io/envoyproxy CHART_VERSION=0.0.0 TAG=latest make helm-package helm-push

0 comments on commit f241ff1

Please sign in to comment.