Skip to content

Commit 79a3b11

Browse files
committed
release: fix verify_docker_image call in publish-staged-cockroach-release.sh
Release note: none Epic: none
1 parent 44f6c3d commit 79a3b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/internal/cockroach/release/publish/publish-staged-cockroach-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tc_start_block "Verify binaries SHA"
7171
# Make sure that the linux/amd64 source docker image is built using the same version and SHA.
7272
# This is a quick check and it assumes that the docker image was built correctly and based on the tarball binaries.
7373
docker_login_gcr "$gcr_staged_repository" "$gcr_staged_credentials"
74-
verify_docker_image "${gcr_staged_repository}:${version}" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" false
74+
verify_docker_image "${gcr_staged_repository}:${version}" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" false false
7575
tc_end_block "Verify binaries SHA"
7676

7777
tc_start_block "Check remote tag and tag"

0 commit comments

Comments
 (0)