Skip to content

Commit

Permalink
print amis (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Mar 2, 2024
1 parent c9bdc9a commit 14d4378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload-legacy-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ jobs:
run: |
image_info='${{ steps.download_ami.outputs.image_info }}'
images_bucket='${{ vars.IMAGES_BUCKET }}'
image_ids=$(nix run .#upload-ami -- \
nix run .#upload-ami -- \
--image-info "$image_info" \
--prefix "nixos/" \
--s3-bucket "$images_bucket" \
--copy-to-regions \
--public)
echo "image_ids=$image_ids" >> "$GITHUB_OUTPUT"
deploy-pages:
name: Deploy images page
Expand Down

0 comments on commit 14d4378

Please sign in to comment.