Skip to content
Snippets Groups Projects
Verified Commit 98aeeb37 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Fixed Docker image build on master.

parent ed9ddc0f
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,22 @@ ci_images: ...@@ -4,13 +4,22 @@ ci_images:
CONTAINER_REGISTRY: ${CI_REGISTRY}/ogs/ogs CONTAINER_REGISTRY: ${CI_REGISTRY}/ogs/ogs
CONTAINER_TAG: latest CONTAINER_TAG: latest
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes:
- ThirdParty/container-maker
- scripts/ci/jobs/ci_images.yml
- scripts/docker/saxon/**/*
- scripts/docker/Dockerfile.pre-commit
- scripts/docker/Dockerfile.web
variables:
BUILD_CONTAINER: "true"
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
changes: changes:
- ThirdParty/container-maker - ThirdParty/container-maker
- scripts/ci/jobs/build_image.yml - scripts/ci/jobs/ci_images.yml
- scripts/docker/saxon/**/* - scripts/docker/saxon/**/*
- scripts/docker/Dockerfile.pre-commit - scripts/docker/Dockerfile.pre-commit
- scripts/docker/Dockerfile.web - scripts/docker/Dockerfile.web
variables: variables:
BUILD_CONTAINER: "true" BUILD_CONTAINER: "true"
CONTAINER_TAG: ${CI_COMMIT_REF_SLUG} CONTAINER_TAG: ${CI_COMMIT_REF_SLUG}
......
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