diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02501e8f40d0af32eb87256d5a769cdc59b9b7b6..38d0b150799fd2e6c3351d273ab32d746ad469fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,6 @@ php: stage: build parallel: matrix: - #- ALPINE: 3.5 - # PHP: 7.0 - #- ALPINE: 3.7 - # PHP: 7.1 - ALPINE: '3.8' PHP: '7.2' - ALPINE: '3.11' @@ -23,7 +19,7 @@ php: - ALPINE: '3.15' PHP: '8.1' script: - - docker build --pull --build-arg ALPINE_VERSION=${ALPINE} --build-arg PHP_MAJOR_VERSION=${PHP} --build-arg VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:php-${PHP} . - - docker push $CI_REGISTRY_IMAGE:php-${PHP} + - docker build --pull --build-arg ALPINE_VERSION=${ALPINE} --build-arg PHP_MAJOR_VERSION=${PHP} --build-arg VERSION=${VERSION} -t ${CI_REGISTRY_IMAGE}/php-${PHP}:${VERSION} . + - docker push ${CI_REGISTRY_IMAGE}/php-${PHP}:$[VERSION} only: - - main + - tags