Skip to content
Snippets Groups Projects
Commit efa0d02c authored by derrabauke's avatar derrabauke
Browse files

fixing DinD problems

parent 30437265
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ build_client:
- docker:19.03.12-dind
stage: build
script:
- docker build -f app/client/Dockerfile -t $CLIENT_IMAGE_TAG .
- docker build --network host -f app/client/Dockerfile -t $CLIENT_IMAGE_TAG .
- docker tag $CLIENT_IMAGE_TAG $CLIENT_RELEASE_IMAGE_TAG
- docker push $CLIENT_RELEASE_IMAGE_TAG
only:
......
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