mirror of
https://github.com/ipxe/ipxe
synced 2026-05-14 20:00:42 +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-arm64-efi/ipxe.usb
|
||||||
bin-x86_64-pcbios/ipxe.usb
|
bin-x86_64-pcbios/ipxe.usb
|
||||||
bucket: ${{ vars.AWS_BUCKET }}
|
bucket: ${{ vars.AWS_BUCKET }}
|
||||||
family: ${{ github.ref == 'refs/heads/awstest' && '--family ipxetest' }}
|
family: >-
|
||||||
retain: ${{ github.ref == 'refs/heads/awstest' && '0' || '3' }}
|
${{ github.ref == 'refs/heads/awstest' &&
|
||||||
|
'--family ipxetest' || '' }}
|
||||||
|
retain: >-
|
||||||
|
${{ github.ref == 'refs/heads/awstest' &&
|
||||||
|
'0' || '3' }}
|
||||||
environment: aws-import
|
environment: aws-import
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|||||||
Reference in New Issue
Block a user