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

Update .gitlab-ci.yml

parent 01869485
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ test:
- shell
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build --tag $CI_REGISTRY_IMAGE:arm .
- docker build --network host --tag $CI_REGISTRY_IMAGE:arm .
- docker push $CI_REGISTRY_IMAGE:arm
publish:
......@@ -55,7 +55,7 @@ publish:
- shell
script:
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
- docker build --tag $DOCKER_USER/$DOCKER_REPO:arm .
- docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm .
- docker push $DOCKER_USER/$DOCKER_REPO:arm
- docker system prune --all --force
......
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