Skip to content

Commit 8795775

Browse files
committed
do not use network prefix for docker printout in verify function
1 parent 5dfe485 commit 8795775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/scripts/release/manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ function verify(){
13021302

13031303
if [[ $__only_debians == 0 ]]; then
13041304

1305-
echo " 📋 Verifying: $artifact docker on $(calculate_docker_tag "$__docker_io" $__artifact_full_name $__version $__codename $network)"
1305+
echo " 📋 Verifying: $artifact docker on $(calculate_docker_tag "$__docker_io" $artifact $__version $__codename "$network")"
13061306

13071307
prefix_cmd "$SUBCOMMAND_TAB" $SCRIPTPATH/../../../scripts/docker/verify.sh \
13081308
-p "$artifact" \

0 commit comments

Comments
 (0)