Skip to content

Commit

Permalink
Merge pull request rancher#230 from pjbgf/prime
Browse files Browse the repository at this point in the history
build: Update docker env names
  • Loading branch information
pjbgf authored Aug 1, 2024
2 parents 4c55a11 + c83eefd commit af63378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

public-registry: docker.io
public-repo: rancher
public-username: ${{ env.DOCKERHUB_USERNAME }}
public-password: ${{ env.DOCKERHUB_TOKEN }}
public-username: ${{ env.DOCKER_USERNAME }}
public-password: ${{ env.DOCKER_PASSWORD }}

prime-registry: ${{ env.PRIME_REGISTRY }}
prime-repo: rancher
Expand Down

0 comments on commit af63378

Please sign in to comment.