actually use php 7.4 for php 7.4 image

This commit is contained in:
Robin 2021-06-27 20:52:17 +02:00
parent db3464db93
commit 909468030c
2 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,8 @@ docker buildx build \
-t namelessmc/nginx:v2-pr8 \ -t namelessmc/nginx:v2-pr8 \
-t namelessmc/nginx:v2-pr9 \ -t namelessmc/nginx:v2-pr9 \
-t namelessmc/nginx:v2-pr9-php8 \ -t namelessmc/nginx:v2-pr9-php8 \
-t namelessmc/nginx:v2-pr10 \
-t namelessmc/nginx:v2-pr10-php74 \
-t namelessmc/nginx:dev \ -t namelessmc/nginx:dev \
-t namelessmc/nginx:dev-php8 \ -t namelessmc/nginx:dev-php8 \
--platform=linux/arm,linux/arm64,linux/amd64 nginx_web --push --platform=linux/arm,linux/arm64,linux/amd64 nginx_web --push
@ -31,6 +33,6 @@ deploy_php v2-pr8 7.4 v2.0.0-pr8
deploy_php v2-pr9 7.4 v2.0.0-pr9 deploy_php v2-pr9 7.4 v2.0.0-pr9
deploy_php v2-pr9-php8 8.0 v2.0.0-pr9 deploy_php v2-pr9-php8 8.0 v2.0.0-pr9
deploy_php v2-pr10 8.0 v2.0.0-pr10 deploy_php v2-pr10 8.0 v2.0.0-pr10
deploy_php v2-pr10-php74 8.0 v2.0.0-pr10 deploy_php v2-pr10-php74 7.4 v2.0.0-pr10
deploy_php dev 7.4 v2 deploy_php dev 7.4 v2
deploy_php dev-php8 8.0 v2 deploy_php dev-php8 8.0 v2

View File

@ -3,7 +3,7 @@ version: '2'
services: services:
nginx: nginx:
image: namelessmc/nginx:v2-pr9 image: namelessmc/nginx:v2-pr10
ports: ['80:80'] ports: ['80:80']
volumes: ['./web:/data'] # same as php container volumes: ['./web:/data'] # same as php container
# environment: # environment:
@ -12,7 +12,7 @@ services:
restart: always restart: always
php: php:
image: namelessmc/php:v2-pr9 image: namelessmc/php:v2-pr10
volumes: ['./web:/data'] # same as web container volumes: ['./web:/data'] # same as web container
restart: always restart: always