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 5dfe485 commit 8795775Copy full SHA for 8795775
buildkite/scripts/release/manager.sh
@@ -1302,7 +1302,7 @@ function verify(){
1302
1303
if [[ $__only_debians == 0 ]]; then
1304
1305
- echo " 📋 Verifying: $artifact docker on $(calculate_docker_tag "$__docker_io" $__artifact_full_name $__version $__codename $network)"
+ echo " 📋 Verifying: $artifact docker on $(calculate_docker_tag "$__docker_io" $artifact $__version $__codename "$network")"
1306
1307
prefix_cmd "$SUBCOMMAND_TAB" $SCRIPTPATH/../../../scripts/docker/verify.sh \
1308
-p "$artifact" \
0 commit comments