File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ test:php-nginx:
5959release:nginx:latest :
6060 stage : release
6161 only :
62- - latest
62+ - master
6363 script :
6464 - docker login --username ${REGISTRY_USER} --password ${REGISTRY_PASS} ${REGISTRY_HOST}
6565 - docker tag ${STACK_PHP_IMAGE}-nginx ${REGISTRY_PHP_IMAGE_LATEST}-nginx
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ Supported tags and respective `Dockerfile` links
44- ` 7.x-fpm-x.x ` , ` latest ` ([ Dockerfile] ( php/Dockerfile-fpm ) )
55- ` 7.x-fpm-x.x-nginx ` , ` latest-nginx ` ([ Dockerfile] ( nginx/Dockerfile-fpm-nginx ) )
66
7- * ` latest ` images are currently built based on the ` release/4.x ` branch*
8-
97:information_source : See repository tags for full version numbers
108
119See all available [ image tags] ( https://hub.docker.com/r/dmstr/php-yii2/tags/ )
You can’t perform that action at this time.
0 commit comments