Skip to content

Commit

Permalink
fix: use quay.io registry in deployment.yaml (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-ci-robot committed Nov 1, 2023
2 parents 6288340 + a82210f commit 9a92f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
DOCKER_REGISTRY: ${{ secrets.DOCKER_ORG }}
QUAY_REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
REGISTRY: ghcr.io/${{ github.repository_owner }}
metadata_flavor: latest=true
metadata_tags: type=ref,event=tag
jobs:
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:

- name: release template
env:
RELEASE_IMG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
RELEASE_IMG: ${{ env.QUAY_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
run: cat deploy/template/deployment.yaml | sed 's#RELEASE_IMG#${{ env.RELEASE_IMG }}#g' > /tmp/deployment.yaml
- name: Generate Release Notes
run: |
Expand Down

0 comments on commit 9a92f4d

Please sign in to comment.