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

Commit 0df28dc

Browse files
authored
Merge pull request #591 from cprivitere/quay-registry-v2
Fix REGISTRY CI variable in release.yaml
2 parents f7cbb21 + 0631629 commit 0df28dc

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)