From 3da44cff0bb1bce839bd56e560a9d0d35d12b727 Mon Sep 17 00:00:00 2001 From: Scott Wittenburg Date: Thu, 10 Apr 2025 12:27:36 -0600 Subject: [PATCH] ci: Use explicit version of notary image (#50010) --- share/spack/gitlab/cloud_pipelines/configs/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml index e67ffdcda89..e3679f87493 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml @@ -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