Skip to content
Snippets Groups Projects
Commit 3ddea00f authored by George Andreou's avatar George Andreou
Browse files

Update .gitlab-ci.yml

parent 831cd927
No related branches found
No related tags found
No related merge requests found
Pipeline #111 passed with stage
in 1 minute and 23 seconds
...@@ -29,7 +29,7 @@ stages: ...@@ -29,7 +29,7 @@ stages:
- docker pull $BUILD_IMAGE - docker pull $BUILD_IMAGE
- docker images - docker images
- docker build -f $BUILD_BASE_DOCKERFILE --network=host --build-arg BUILDKIT_INLINE_CACHE=1 -t $BUILD_BASE_IMAGE . - docker build -f $BUILD_BASE_DOCKERFILE --network=host --build-arg BUILDKIT_INLINE_CACHE=1 -t $BUILD_BASE_IMAGE .
# - docker push $BUILD_BASE_IMAGE - docker push $BUILD_BASE_IMAGE
build release: build release:
extends: .base extends: .base
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment