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

Update docker-compose.yml

parent a2d434f5
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ spec:
DOCKER_TLS_CERTDIR: ""
DOCKER_REGISTRY: $CI_REGISTRY_IMAGE
DOCKER_IMAGE_TAG: $CI_COMMIT_BRANCH
DOCKER_COMPOSE_FILE: $[[ inputs.docker_compose_file ]]
BUILD_MAIN: $[[ inputs.build_main ]]
BUILD_BRANCH: $[[ inputs.build_branch ]]
BUILD_TAG: $[[ inputs.build_tag ]]
......@@ -53,7 +54,7 @@ spec:
elif [[ "$CI_COMMIT_TAG" != '' ]]; then
export DOCKER_IMAGE_TAG=$CI_COMMIT_TAG
fi
- docker compose build --pull -f $[[ inputs.docker_compose_file ]]
- docker compose build --pull
- docker compose push
# Run this job in a branch where a docker-compose.yml exists
rules:
......
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