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

Merge remote-tracking branch 'origin/main'

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