Skip to content

Commit

Permalink
Merge pull request #591 from cprivitere/quay-registry-v2
Browse files Browse the repository at this point in the history
Fix REGISTRY CI variable in release.yaml
  • Loading branch information
k8s-ci-robot committed May 2, 2023
2 parents f7cbb21 + 0631629 commit 0df28dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
needs: [build-image]
env:
TAG: ${{ needs.build-image.outputs.image-tag }}
REGISTRY: ${{ env.QUAY_REGISTRY }}
REGISTRY: quay.io/${{ secrets.QUAY_ORG }}

steps:

Expand Down

0 comments on commit 0df28dc

Please sign in to comment.