Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 0631629

Browse files
committed
ci: Fix registry env var
Signed-off-by: Chris Privitere <[email protected]>
1 parent f7cbb21 commit 0631629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
needs: [build-image]
104104
env:
105105
TAG: ${{ needs.build-image.outputs.image-tag }}
106-
REGISTRY: ${{ env.QUAY_REGISTRY }}
106+
REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
107107

108108
steps:
109109

0 commit comments

Comments
 (0)