Skip to content

Commit

Permalink
use nix run (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp authored Dec 16, 2023
1 parent fe47668 commit 67c396d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
role-to-assume: arn:aws:iam::686862074153:role/upload-ami
aws-region: eu-central-1
- name: Upload AMIs
run: |
nix develop --command python3 ./upload_ami/cli.py --image-info ./result/nix-support/image-info.json --s3-bucket images20231124161256194400000001 --run-id ${{ github.run_id}}
run: nix run .#upload-ami -- --image-info ./result/nix-support/image-info.json --s3-bucket images20231124161256194400000001 --run-id ${{ github.run_id}}

0 comments on commit 67c396d

Please sign in to comment.