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 39eb313 commit 5012827Copy full SHA for 5012827
.github/workflows/release-prod.yaml
@@ -165,6 +165,7 @@ jobs:
165
- name: Output Metadata
166
run: |
167
./output/bin/embedded-cluster version metadata > metadata.json
168
+
169
- name: Cache Staging Files
170
env:
171
S3_BUCKET: "tf-staging-embedded-cluster-bin"
@@ -173,6 +174,9 @@ jobs:
173
174
AWS_REGION: "us-east-1"
175
176
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
180
./scripts/cache-files.sh
181
182
- name: Cache Prod Files
0 commit comments