Skip to content

Commit 5012827

Browse files
authored
fix(ci): operator release fails with "unbound variables" (#1059)
1 parent 39eb313 commit 5012827

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-prod.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
- name: Output Metadata
166166
run: |
167167
./output/bin/embedded-cluster version metadata > metadata.json
168+
168169
- name: Cache Staging Files
169170
env:
170171
S3_BUCKET: "tf-staging-embedded-cluster-bin"
@@ -173,6 +174,9 @@ jobs:
173174
AWS_REGION: "us-east-1"
174175
run: |
175176
export EC_VERSION="${{ needs.get-tag.outputs.tag-name }}"
177+
export OPERATOR_IMAGE=proxy.replicated.com/anonymous/${{ needs.publish-operator-image.outputs.image }}
178+
export OPERATOR_VERSION=${{ needs.get-tag.outputs.tag-name }}
179+
176180
./scripts/cache-files.sh
177181
178182
- name: Cache Prod Files

0 commit comments

Comments
 (0)