diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml index 01fa237..a3c64e9 100644 --- a/.gitlab-ci-template.yml +++ b/.gitlab-ci-template.yml @@ -58,10 +58,13 @@ PORT="${DEPLOY_PROD_PORT:-22}" fi - echo "Copying docker-compose.yml to $HOST:$REMOTE_ENV_PATH/docker-compose.yml" + # Append :$TAG to all matching GitLab image references + sed -i -E "s|(image:\s+registry\.boomlab\.party/[^\s:@]+)(?