Skip to content

Commit

Permalink
ci: Fix registry env var
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed May 2, 2023
1 parent f7cbb21 commit 0631629
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 0631629

Please sign in to comment.