mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-23 05:41:19 -05:00
CI: Use lowercase image name for S3 upload
This commit is contained in:
parent
af08ffbb16
commit
a535ca1901
@ -99,7 +99,7 @@ runs:
|
||||
- name: Upload to S3
|
||||
run: |
|
||||
IMAGE=$(yq e ".provider.${CSP}.image" constellation-conf.yaml)
|
||||
S3_PATH=s3://${PUBLIC_BUCKET_NAME}/${IMAGE}
|
||||
S3_PATH=s3://${PUBLIC_BUCKET_NAME}/${IMAGE,,}
|
||||
aws s3 cp measurements.yaml ${S3_PATH}/measurements.yaml
|
||||
if test -f measurements.yaml.sig; then
|
||||
aws s3 cp measurements.yaml.sig ${S3_PATH}/measurements.yaml.sig
|
||||
|
Loading…
Reference in New Issue
Block a user