ci: Use explicit version of notary image (#50010)
This commit is contained in:
parent
95de0c021b
commit
3da44cff0b
@ -42,7 +42,7 @@ ci:
|
||||
aud: "${OIDC_TOKEN_AUDIENCE}"
|
||||
|
||||
- signing-job:
|
||||
image: { "name": "ghcr.io/spack/notary:latest", "entrypoint": [""] }
|
||||
image: { "name": "ghcr.io/spack/notary:0.0.1", "entrypoint": [""] }
|
||||
tags: ["aws"]
|
||||
script:
|
||||
- - aws s3 sync --exclude "*" --include "*spec.json*" ${SPACK_BUILDCACHE_DESTINATION}/build_cache /tmp
|
||||
|
Loading…
Reference in New Issue
Block a user