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

Enable push to dockerhub for arm again

parent 5cb19303
No related branches found
No related tags found
No related merge requests found
......@@ -57,22 +57,22 @@ 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
\ No newline at end of file
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
\ 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