scope the "image" only to the build job, and specify a SITE_URL
The SITE_URL was moved from the project's CI/CD variables back into the YAML file, because they were "scoped" there and the template now expects them to be "unscoped". The image should be scoped to the build job only otherwise the imported jobs from the template will fail because they will not have the right image configured.
Please register or sign in to comment