File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,10 @@ jobs:
5959 run : |
6060 set -ue
6161 make install-codegen-tools-local
62- echo "IMAGE_REGISTRY=${IMAGE_REGISTRY}"
63- echo "IMAGE_NAMESPACE=${IMAGE_NAMESPACE}"
64- echo "IMAGE_REPOSITORY=${IMAGE_REPOSITORY}"
65- make install-codegen-tools-local
66- IMAGE_REGISTRY="${{ env.IMAGE_REGISTRY }}" IMAGE_NAMESPACE="${{ env.IMAGE_NAMESPACE }}" IMAGE_REPOSITORY="${{ env.IMAGE_REPOSITORY }}" make manifests-local VERSION=${{ inputs.TARGET_VERSION }}
62+ export IMAGE_REGISTRY='${{ env.IMAGE_REGISTRY }}'
63+ export IMAGE_NAMESPACE='${{ env.IMAGE_NAMESPACE }}'
64+ export IMAGE_REPOSITORY='${{ env.IMAGE_REPOSITORY }}'
65+ make manifests-local VERSION=${{ inputs.TARGET_VERSION }}
6766 git diff
6867
6968 - name : Generate version compatibility table
You can’t perform that action at this time.
0 commit comments