Skip to content
Snippets Groups Projects
Commit 39dc8b27 authored by Griefed's avatar Griefed :joystick:
Browse files

Deactivate push to Dockerhub for the time being

parent 9590c59a
No related branches found
No related tags found
No related merge requests found
...@@ -49,15 +49,15 @@ test_1: ...@@ -49,15 +49,15 @@ test_1:
- docker build --network host --tag $CI_REGISTRY_IMAGE:arm . - docker build --network host --tag $CI_REGISTRY_IMAGE:arm .
- docker push $CI_REGISTRY_IMAGE:arm - docker push $CI_REGISTRY_IMAGE:arm
publish_1: #publish_1:
stage: publish # stage: publish
tags: # tags:
- shell # - shell
script: # script:
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY # - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
- docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm . # - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm .
- docker push $DOCKER_USER/$DOCKER_REPO:arm # - docker push $DOCKER_USER/$DOCKER_REPO:arm
- docker system prune --all --force # - docker system prune --all --force
cleanup: cleanup:
stage: cleanup stage: cleanup
......
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