Skip to content
Snippets Groups Projects
Commit f1178d79 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Test git docker Repo

parent 09d47e71
Branches
No related tags found
2 merge requests!3Update .gitlab-ci.yml,!2Merge CI/CD settings and get current progress on docker-compose
Pipeline #71673 failed
...@@ -66,14 +66,14 @@ deploy: ...@@ -66,14 +66,14 @@ deploy:
# This should be an automatic push of the docker image into gitLab container repository # This should be an automatic push of the docker image into gitLab container repository
# Currently not working due to docker login failing because of firewall issues # Currently not working due to docker login failing because of firewall issues
# transfer_image: transfer_image:
# stage: transfer stage: transfer
# image: docker:19.03.12 image: docker:19.03.12
# services: services:
# - docker:19.03.12-dind - docker:19.03.12-dind
# variables: variables:
# IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
# script: script:
# - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
# - docker build --no-cache=true --pull -f ./apiserver/Dockerfile -t $IMAGE_TAG . - docker build --no-cache=true --pull -f ./apiserver/Dockerfile -t $IMAGE_TAG .
# - docker push $IMAGE_TAG - docker push $IMAGE_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment