Skip to content

Commit

Permalink
feat: Update GHA secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Oct 18, 2024
1 parent 3658ca8 commit f740ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ vars.PUBLIC_REGISTRY }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.PUBLIC_REGISTRY_USERNAME }}
password: ${{ secrets.PUBLIC_REGISTRY_USERNAME }}
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Setup Docker Buildx
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
make image-push
env:
TAG: ${{ github.ref_name }}
REPO: ${{ vars.PUBLIC_REGISTRY }}/${{ secrets.DOCKERHUB_USERNAME }}
REPO: ${{ vars.PUBLIC_REGISTRY }}/cnrancher
- name: Upload Charts
env:
TAG: ${{ github.ref_name }}
Expand Down

0 comments on commit f740ff4

Please sign in to comment.