Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - deploy - maintenance image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest image: registry.gitlab.com/redmic-project/docker/docker-deploy:${DOCKER_DEPLOY_IMAGE_TAG} variables: DOCKER_DRIVER: overlay2 Loading @@ -19,6 +19,7 @@ services: docker-build-commit-non-master-branches: stage: package image: docker:stable only: - branches except: Loading @@ -31,6 +32,7 @@ docker-build-commit-non-master-branches: docker-build-commit-master-branch: stage: package image: docker:stable only: - master except: Loading @@ -42,6 +44,7 @@ docker-build-commit-master-branch: docker-tag-already-built-image: stage: package image: docker:stable only: - tags script: Loading @@ -52,6 +55,7 @@ docker-tag-already-built-image: container-scanning: stage: test-package image: docker:stable allow_failure: true only: - branches Loading Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - deploy - maintenance image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest image: registry.gitlab.com/redmic-project/docker/docker-deploy:${DOCKER_DEPLOY_IMAGE_TAG} variables: DOCKER_DRIVER: overlay2 Loading @@ -19,6 +19,7 @@ services: docker-build-commit-non-master-branches: stage: package image: docker:stable only: - branches except: Loading @@ -31,6 +32,7 @@ docker-build-commit-non-master-branches: docker-build-commit-master-branch: stage: package image: docker:stable only: - master except: Loading @@ -42,6 +44,7 @@ docker-build-commit-master-branch: docker-tag-already-built-image: stage: package image: docker:stable only: - tags script: Loading @@ -52,6 +55,7 @@ docker-tag-already-built-image: container-scanning: stage: test-package image: docker:stable allow_failure: true only: - branches Loading