Skip to content
Snippets Groups Projects
Commit 84c47934 authored by jurgenhaas's avatar jurgenhaas
Browse files

Switch to matrix syntax for pipeline

parent 5b0e3802
No related branches found
No related tags found
No related merge requests found
Pipeline #408129 passed
......@@ -12,14 +12,14 @@ php:
# PHP: 7.0
#- ALPINE: 3.7
# PHP: 7.1
- ALPINE: 3.8
PHP: 7.2
- ALPINE: 3.11
PHP: 7.3
- ALPINE: 3.11
PHP: 7.4
- ALPINE: 3.12
PHP: 8.0
- ALPINE: '3.8'
PHP: '7.2'
- ALPINE: '3.11'
PHP: '7.3'
- ALPINE: '3.11'
PHP: '7.4'
- ALPINE: '3.12'
PHP: '8.0'
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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment