Skip to content

Commit

Permalink
Merge pull request #209 from salasberryfin/fix-cr-token-release-action
Browse files Browse the repository at this point in the history
chore: use hardcoded registry endpoint for prod-sign
  • Loading branch information
richardcase committed Oct 18, 2023
2 parents bf9e31a + 253a3db commit af0e9c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,10 @@ jobs:
]
env:
TAG: ${{ github.ref_name }}
PROD_REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
PROD_REGISTRY: registry.rancher.com/rancher
PROD_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
PROD_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
steps:
- name: Prepare environment for prod registry
run: |
echo "PROD_REGISTRY=${PROD_REGISTRY/https:\/\//}" >> $GITHUB_ENV
- name: Docker login to prod registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit af0e9c0

Please sign in to comment.