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

fixed docker push

parent 23d64f96
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -10,6 +10,6 @@ build_composer: ...@@ -10,6 +10,6 @@ build_composer:
-f build/fpm/Dockerfile -f build/fpm/Dockerfile
-t ${CI_REGISTRY_IMAGE}/$DOCKER_COMPOSER_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG -t ${CI_REGISTRY_IMAGE}/$DOCKER_COMPOSER_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG
--build-arg BUILDKIT_INLINE_CACHE=1 . --build-arg BUILDKIT_INLINE_CACHE=1 .
- docker push ${CI_REGISTRY_IMAGE}/fpm:$TAGNAME - docker push ${CI_REGISTRY_IMAGE}/$DOCKER_COMPOSER_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG
after_script: after_script:
- docker logout $CI_REGISTRY - 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.
Finish editing this message first!
Please register or to comment