Skip to content

Commit 7f7acce

Browse files
CLOUDP-355617: fix breaking changes caused by garasign-cosign image upgrading to v3 (#4308)
1 parent bd50cae commit 7f7acce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
-v ~/.docker/config.json:/root/.docker/config.json \
134134
-v "$(pwd):$(pwd)" \
135135
-w "$(pwd)" \
136-
artifactory.corp.mongodb.com/release-tools-container-registry-local/garasign-cosign \
136+
artifactory.corp.mongodb.com/release-tools-container-registry-local/garasign-cosign:2024-10-01 \
137137
cosign sign --key "${PKCS11_URI}" --sign-container-identity=index.docker.io/mongodb/atlas --tlog-upload=false "${IMAGE}@${DIGEST}"
138138
done
139139
- name: Push image to dockerhub public registry

0 commit comments

Comments
 (0)