Loading templates/gitlab-ci-s2i.yml +1 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,7 @@ stages: do log_info "... pushing extra tag: \\e[33;1m${extra_tag}\\e[0m..." # shellcheck disable=SC2086,SC2154 skopeo copy --src-authfile " ~/.docker/release-config.json" --dest-authfile " ~/.docker/release-config.json" ${S2I_PUBLISH_ARGS} "docker://$S2I_RELEASE_IMAGE" "docker://$s2i_repository:$extra_tag" skopeo copy --src-authfile ~/.docker/release-config.json --dest-authfile ~/.docker/release-config.json ${S2I_PUBLISH_ARGS} "docker://$S2I_RELEASE_IMAGE" "docker://$s2i_repository:$extra_tag" done else log_info "Extra tags configured, but the released tag (\\e[33;1m${s2i_tag}\\e[0m) doesn't match \$S2I_RELEASE_EXTRA_TAGS_PATTERN..." Loading Loading
templates/gitlab-ci-s2i.yml +1 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,7 @@ stages: do log_info "... pushing extra tag: \\e[33;1m${extra_tag}\\e[0m..." # shellcheck disable=SC2086,SC2154 skopeo copy --src-authfile " ~/.docker/release-config.json" --dest-authfile " ~/.docker/release-config.json" ${S2I_PUBLISH_ARGS} "docker://$S2I_RELEASE_IMAGE" "docker://$s2i_repository:$extra_tag" skopeo copy --src-authfile ~/.docker/release-config.json --dest-authfile ~/.docker/release-config.json ${S2I_PUBLISH_ARGS} "docker://$S2I_RELEASE_IMAGE" "docker://$s2i_repository:$extra_tag" done else log_info "Extra tags configured, but the released tag (\\e[33;1m${s2i_tag}\\e[0m) doesn't match \$S2I_RELEASE_EXTRA_TAGS_PATTERN..." Loading