We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd50cae commit 7f7acceCopy full SHA for 7f7acce
.github/workflows/docker-release.yml
@@ -133,7 +133,7 @@ jobs:
133
-v ~/.docker/config.json:/root/.docker/config.json \
134
-v "$(pwd):$(pwd)" \
135
-w "$(pwd)" \
136
- artifactory.corp.mongodb.com/release-tools-container-registry-local/garasign-cosign \
+ artifactory.corp.mongodb.com/release-tools-container-registry-local/garasign-cosign:2024-10-01 \
137
cosign sign --key "${PKCS11_URI}" --sign-container-identity=index.docker.io/mongodb/atlas --tlog-upload=false "${IMAGE}@${DIGEST}"
138
done
139
- name: Push image to dockerhub public registry
0 commit comments