Skip to content
Snippets Groups Projects
Commit 1d15e853 authored by jurgenhaas's avatar jurgenhaas
Browse files

l3d#115 Properly tag images

parent d3aec0f7
No related branches found
No related tags found
1 merge request!14Merging develop into main
......@@ -20,6 +20,6 @@ php:
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}:${VERSION} .
- docker push ${CI_REGISTRY_IMAGE}/php-${PHP}:$[VERSION}
- docker push ${CI_REGISTRY_IMAGE}/php-${PHP}:${VERSION}
only:
- tags
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