Skip to content

Commit daf4a75

Browse files
committed
init-release run manifests-local with env vars
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent 828ea3c commit daf4a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/init-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "IMAGE_NAMESPACE=${IMAGE_NAMESPACE}"
6464
echo "IMAGE_REPOSITORY=${IMAGE_REPOSITORY}"
6565
make install-codegen-tools-local
66-
IMAGE_REGISTRY="$IMAGE_REGISTRY" IMAGE_NAMESPACE="$IMAGE_NAMESPACE" IMAGE_REPOSITORY="$IMAGE_REPOSITORY" make manifests-local VERSION=${{ inputs.TARGET_VERSION }}
66+
IMAGE_REGISTRY="${{ env.IMAGE_REGISTRY }}" IMAGE_NAMESPACE="${{ env.IMAGE_NAMESPACE }}" IMAGE_REPOSITORY="${{ env.IMAGE_REPOSITORY }}" make manifests-local VERSION=${{ inputs.TARGET_VERSION }}
6767
git diff
6868
6969
- name: Generate version compatibility table

0 commit comments

Comments
 (0)