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

Commit f7cbb21

Browse files
authored
Merge pull request #590 from cprivitere/use_quay_registry
🐛 use quay.io for default registry
2 parents 0bfb7e1 + 27cf991 commit f7cbb21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
needs: [build-image]
104104
env:
105105
TAG: ${{ needs.build-image.outputs.image-tag }}
106+
REGISTRY: ${{ env.QUAY_REGISTRY }}
106107

107108
steps:
108109

0 commit comments

Comments
 (0)