We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ee244 commit 8032a70Copy full SHA for 8032a70
.github/workflows/init-release.yaml
@@ -60,9 +60,9 @@ jobs:
60
set -ue
61
make install-codegen-tools-local
62
export VERSION=${{ inputs.TARGET_VERSION }}
63
- export IMAGE_REGISTRY=${{ env.IMAGE_REGISTRY }}
64
- export IMAGE_NAMESPACE=${{ env.IMAGE_NAMESPACE }}
65
- export IMAGE_REPOSITORY=${{ env.IMAGE_REPOSITORY }}
+ export IMAGE_REGISTRY=quay.io
+ export IMAGE_NAMESPACE=reggie-k
+ export IMAGE_REPOSITORY=argocd-test
66
bash hack/update-manifests.sh
67
git diff
68
0 commit comments