Skip to content
Snippets Groups Projects
Commit 08b561bf authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed image names

parent ac77ca93
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
......@@ -4,12 +4,12 @@ composer_image:
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- echo "${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_TAG:$DOCKER_COMPOSER_IMAGE_TAG"
- echo "${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG"
- docker build --network=host
--target=composer
-f build/fpm/Dockerfile
-t ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_TAG:$DOCKER_COMPOSER_IMAGE_TAG
-t ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG
--build-arg BUILDKIT_INLINE_CACHE=1 .
- docker push ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_TAG:$DOCKER_COMPOSER_IMAGE_TAG
- docker push ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG
after_script:
- docker logout $CI_REGISTRY
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment