diff --git a/support/docker b/support/docker
index 62a9307e18b3074a659d49a6d1687056a8a3b85d..ff5efed8d38cbbaba0422c1f3cf4ea61c93bfa99 100755
--- a/support/docker
+++ b/support/docker
@@ -24,8 +24,8 @@ case "$1" in
         dependency_sha=$(cat support/bootstrap support/bootstrap-common.sh Dockerfile packages_ubuntu.txt .tool-versions | sha256sum | cut -d ' ' -f 1)
         cache_image="${DEFAULT_IMAGE_WITHOUT_TAG}:${dependency_sha}"
         default_destinations="--tag ${cache_image} --tag ${DEFAULT_BRANCH_IMAGE}"
-        main_branch_destinations="--tag ${bootstrapped_image}/main:${CI_COMMIT_SHA} --tag ${bootstrapped_image}/main:latest"
         bootstrapped_image="${CI_REGISTRY_IMAGE}/asdf-bootstrapped-verify"
+        main_branch_destinations="--tag ${bootstrapped_image}/main:${CI_COMMIT_SHA} --tag ${bootstrapped_image}/main:latest"
 
         # We push verify image from main branch to separate path and tag with commit sha so we are able to properly
         #   pin image versions in 'gitlab' canonical project