Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Dec 17, 2023
1 parent 5e85806 commit 1845459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-legacy-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
image_ids=$(nix run .#upload-ami -- \
--image-info "$image_info" \
--prefix "staging-legacy/" \
--s3-bucket "$images_bucket" \
--s3-bucket "$images_bucket")
echo "image_ids=$image_ids" >> "$GITHUB_OUTPUT"
- name: Smoke test
id: smoke_test
run: |
image_ids="${{ steps.upload_smoke_test_ami.outputs.image_ids }}"
image_id=$(echo "$amis" | jq -r '.["${{ env.AWS_REGION }}"]')
image_id=$(echo "$amis" | jq -r '.["${{ env.AWS_REGION }}"]')
nix run .#smoke-test -- --image-id "$image_id" --region "${{ env.AWS_REGION }}"
- name: Upload AMIs to all available regions
Expand Down

0 comments on commit 1845459

Please sign in to comment.