diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f2e83e344f0033b409e24817fafe90c1f7d0278..37be34d453dbe1d6b958ee9f27428c9e06cdfbc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,25 +58,25 @@ test_proxy: - docker build --network host --tag $CI_REGISTRY_IMAGE:arm-proxy -f Dockerfile.proxy . - docker push $CI_REGISTRY_IMAGE:arm-proxy -publish_port: - stage: publish - tags: - - shell - script: - - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY - - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm-port -f Dockerfile.port . - - docker push $DOCKER_USER/$DOCKER_REPO:arm-port - - docker system prune --all --force +#publish_port: +# stage: publish +# tags: +# - shell +# script: +# - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY +# - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm-port -f Dockerfile.port . +# - docker push $DOCKER_USER/$DOCKER_REPO:arm-port +# - docker system prune --all --force -publish_proxy: - stage: publish - tags: - - shell - script: - - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY - - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm-proxy -f Dockerfile.proxy . - - docker push $DOCKER_USER/$DOCKER_REPO:arm-proxy - - docker system prune --all --force +#publish_proxy: +# stage: publish +# tags: +# - shell +# script: +# - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY +# - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm-proxy -f Dockerfile.proxy . +# - docker push $DOCKER_USER/$DOCKER_REPO:arm-proxy +# - docker system prune --all --force cleanup: stage: cleanup