We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137dcf0 commit d8edaebCopy full SHA for d8edaeb
1 file changed
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ on:
10
env:
11
# Default minimum version of Go to support.
12
DEFAULT_GO_VERSION: 1.19
13
- REGISTRY: ghcr.io
+ REGISTRY: quay.io
14
GITHUB_PAGES_BRANCH: gh_pages
15
16
defaults:
@@ -66,7 +66,7 @@ jobs:
66
packages: write
67
id-token: write
68
69
- IMAGE_TAG: ghcr.io/spectrocloud-labs/valid8or-plugin-aws:${{ needs.release-please.outputs.tag_name }}
+ IMAGE_TAG: quay.io/spectrocloud-labs/valid8or-plugin-aws:${{ needs.release-please.outputs.tag_name }}
70
IMAGE_NAME: valid8or-plugin-aws
71
steps:
72
- name: Checkout
0 commit comments