Nginx & PHP up to date

This commit is contained in:
Gregor Schulte
2021-12-29 10:36:54 +01:00
parent 43aa5f2348
commit 16791c24cd
3 changed files with 12 additions and 13 deletions

View File

@@ -9,5 +9,5 @@ docker buildx create --name phpbuilder
docker buildx use phpbuilder
echo "Building: PHP Container"
docker buildx build --platform linux/amd64,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push .
docker buildx build --platform linux/amd64,linux/arm64 -t "gschulte/nginx-php-fpm:${VERSION}" -t gschulte/nginx-php-fpm:latest --push .