Skip to content

Commit

Permalink
Merge pull request #590 from cprivitere/use_quay_registry
Browse files Browse the repository at this point in the history
🐛 use quay.io for default registry
  • Loading branch information
k8s-ci-robot committed May 1, 2023
2 parents 0bfb7e1 + 27cf991 commit f7cbb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
needs: [build-image]
env:
TAG: ${{ needs.build-image.outputs.image-tag }}
REGISTRY: ${{ env.QUAY_REGISTRY }}

steps:

Expand Down

0 comments on commit f7cbb21

Please sign in to comment.