Skip to content
Snippets Groups Projects
Commit 652f0f3d authored by Griefed's avatar Griefed 🕹️
Browse files

Update .gitlab-ci.yml

parent e38b60e8
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ test_1:
- 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_1:
......@@ -55,7 +55,7 @@ publish_1:
- 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