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 0522715 commit 46dbf48Copy full SHA for 46dbf48
.github/workflows/init-release.yaml
@@ -60,9 +60,9 @@ jobs:
60
set -ue
61
make install-codegen-tools-local
62
make manifests-local \
63
- IMAGE_REGISTRY='${{ env.IMAGE_REGISTRY }}' \
64
- IMAGE_NAMESPACE='${{ env.IMAGE_NAMESPACE }}' \
65
- IMAGE_REPOSITORY='${{ env.IMAGE_REPOSITORY }}' \
+ IMAGE_REGISTRY=${{ env.IMAGE_REGISTRY }} \
+ IMAGE_NAMESPACE=${{ env.IMAGE_NAMESPACE }} \
+ IMAGE_REPOSITORY=${{ env.IMAGE_REPOSITORY }} \
66
VERSION=${{ inputs.TARGET_VERSION }}
67
git diff
68
0 commit comments