Skip to content

Commit

Permalink
fix(ci): operator release fails with "unbound variables" (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh authored Aug 29, 2024
1 parent 39eb313 commit 5012827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
- name: Output Metadata
run: |
./output/bin/embedded-cluster version metadata > metadata.json
- name: Cache Staging Files
env:
S3_BUCKET: "tf-staging-embedded-cluster-bin"
Expand All @@ -173,6 +174,9 @@ jobs:
AWS_REGION: "us-east-1"
run: |
export EC_VERSION="${{ needs.get-tag.outputs.tag-name }}"
export OPERATOR_IMAGE=proxy.replicated.com/anonymous/${{ needs.publish-operator-image.outputs.image }}
export OPERATOR_VERSION=${{ needs.get-tag.outputs.tag-name }}
./scripts/cache-files.sh
- name: Cache Prod Files
Expand Down

0 comments on commit 5012827

Please sign in to comment.