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

removed buildkit argument (not needed)

parent 121184ed
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
......@@ -4,12 +4,10 @@ composer_image:
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- 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_NAME:$DOCKER_COMPOSER_IMAGE_TAG
--build-arg BUILDKIT_INLINE_CACHE=1 .
- 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
......@@ -10,7 +10,6 @@ fpm:
--target=production
-f build/fpm/Dockerfile
-t ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_FPM_IMAGE_TAG
--build-arg BUILDKIT_INLINE_CACHE=1 .
- docker push ${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_FPM_IMAGE_TAG
after_script:
- docker logout $CI_REGISTRY
......@@ -25,7 +24,6 @@ nginx:
--target=production
-f build/nginx/Dockerfile
-t ${CI_REGISTRY_IMAGE}/$DOCKER_NGINX_IMAGE_NAME:$DOCKER_NGINX_IMAGE_TAG
--build-arg BUILDKIT_INLINE_CACHE=1 .
- docker push ${CI_REGISTRY_IMAGE}/$DOCKER_NGINX_IMAGE_NAME:$DOCKER_NGINX_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