Skip to content
Snippets Groups Projects
Commit 5fa6e14f authored by Sebastian Karius's avatar Sebastian Karius
Browse files

Update .gitlab-ci.yml file

parent 30f21d8e
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,13 @@ docker-build:
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
#DOCKER_BUILDKIT: 1
#COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
before_script:
- docker info
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- docker compose build --pull
- docker compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1
- docker compose push
helm-package:
......
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