mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-01 22:06:06 -04:00
CI: Use lowercase image name for S3 upload
This commit is contained in:
parent
af08ffbb16
commit
a535ca1901
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue