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.
2 parents d2f53d7 + 79a3b11 commit 76d4f47Copy full SHA for 76d4f47
build/teamcity/internal/cockroach/release/publish/publish-staged-cockroach-release.sh
@@ -71,7 +71,7 @@ tc_start_block "Verify binaries SHA"
71
# Make sure that the linux/amd64 source docker image is built using the same version and SHA.
72
# This is a quick check and it assumes that the docker image was built correctly and based on the tarball binaries.
73
docker_login_gcr "$gcr_staged_repository" "$gcr_staged_credentials"
74
-verify_docker_image "${gcr_staged_repository}:${version}" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" false
+verify_docker_image "${gcr_staged_repository}:${version}" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" false false
75
tc_end_block "Verify binaries SHA"
76
77
tc_start_block "Check remote tag and tag"
0 commit comments