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 5c262b3 commit 03ee244Copy full SHA for 03ee244
.github/workflows/init-release.yaml
@@ -59,10 +59,10 @@ jobs:
59
run: |
60
set -ue
61
make install-codegen-tools-local
62
- VERSION=${{ inputs.TARGET_VERSION }}
63
- IMAGE_REGISTRY=${{ env.IMAGE_REGISTRY }}
64
- IMAGE_NAMESPACE=${{ env.IMAGE_NAMESPACE }}
65
- IMAGE_REPOSITORY=${{ env.IMAGE_REPOSITORY }}
+ export VERSION=${{ inputs.TARGET_VERSION }}
+ export IMAGE_REGISTRY=${{ env.IMAGE_REGISTRY }}
+ export IMAGE_NAMESPACE=${{ env.IMAGE_NAMESPACE }}
+ export IMAGE_REPOSITORY=${{ env.IMAGE_REPOSITORY }}
66
bash hack/update-manifests.sh
67
git diff
68
0 commit comments