mirror of
https://github.com/ipxe/ipxe
synced 2026-05-13 03:41:15 +03:00
[ci] Fix family name used for AWS image imports
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -60,8 +60,12 @@ jobs:
|
||||
bin-arm64-efi/ipxe.usb
|
||||
bin-x86_64-pcbios/ipxe.usb
|
||||
bucket: ${{ vars.AWS_BUCKET }}
|
||||
family: ${{ github.ref == 'refs/heads/awstest' && '--family ipxetest' }}
|
||||
retain: ${{ github.ref == 'refs/heads/awstest' && '0' || '3' }}
|
||||
family: >-
|
||||
${{ github.ref == 'refs/heads/awstest' &&
|
||||
'--family ipxetest' || '' }}
|
||||
retain: >-
|
||||
${{ github.ref == 'refs/heads/awstest' &&
|
||||
'0' || '3' }}
|
||||
environment: aws-import
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user