Skip to content

Commit a4d21cc

Browse files
committed
build latest on master
1 parent 14b8d1a commit a4d21cc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test:php-nginx:
5959
release: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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

119
See all available [image tags](https://hub.docker.com/r/dmstr/php-yii2/tags/)

0 commit comments

Comments
 (0)