update
This commit is contained in:
@@ -89,5 +89,4 @@ docker-push:
|
|||||||
- job: version
|
- job: version
|
||||||
artifacts: true
|
artifacts: true
|
||||||
rules:
|
rules:
|
||||||
- !reference [.default_mr_rules, rules]
|
- !reference [.docker_publish_rules, rules]
|
||||||
#- !reference [.docker_publish_rules, rules]
|
|
||||||
|
|||||||
@@ -30,17 +30,17 @@
|
|||||||
- if: $CI_MERGE_REQUEST_IID
|
- if: $CI_MERGE_REQUEST_IID
|
||||||
exists:
|
exists:
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PIPELINE_SOURCE == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
exists:
|
exists:
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH =~ '/^release/'
|
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
||||||
exists:
|
exists:
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
|
|
||||||
.docker_publish_rules:
|
.docker_publish_rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PIPELINE_SOURCE == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
exists:
|
exists:
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH =~ '/^release/'
|
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
||||||
exists:
|
exists:
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user