Use new registry url for base image.
All checks were successful
Build startup image / Build-and-release-image (push) Successful in 1m47s
All checks were successful
Build startup image / Build-and-release-image (push) Successful in 1m47s
This commit is contained in:
@@ -7,7 +7,7 @@ RUN composer install --no-dev --no-scripts --ignore-platform-reqs
|
||||
RUN composer dumpautoload --optimize
|
||||
|
||||
#Use prebuilt image
|
||||
FROM cs-git.ddnss.de/docker/nginx-fpm-8-4:latest AS final
|
||||
FROM gitea.fam-steinle.de/docker/nginx-fpm-8-4:latest AS final
|
||||
WORKDIR /var/www/html
|
||||
USER root
|
||||
COPY --from=composer-build /var/www/html /var/www/html
|
||||
|
||||
Reference in New Issue
Block a user