Skip to content

Commit

Permalink
Merge pull request #765 from yiannistri/748-build-fix-input-params-re…
Browse files Browse the repository at this point in the history
…lease-v2.10

[2.10] ci: Use correct Docker Hub credentials
  • Loading branch information
yiannistri authored Dec 17, 2024
2 parents 4a100d5 + 5f4b009 commit a8547c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
platforms: ${{ matrix.platforms }}
public-registry: docker.io
public-repo: rancher
public-username: ${{ env.DOCKER_USERNAME }}
public-password: ${{ env.DOCKER_PASSWORD }}
public-username: ${{ env.PUBLIC_REGISTRY_USERNAME }}
public-password: ${{ env.PUBLIC_REGISTRY_PASSWORD }}
prime-registry: ${{ env.PRIME_REGISTRY }}
prime-repo: rancher
prime-username: ${{ env.PRIME_REGISTRY_USERNAME }}
Expand Down

0 comments on commit a8547c2

Please sign in to comment.