Skip to content
Snippets Groups Projects
Verified Commit 0340613f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Merge remote-tracking branch 'origin/feature/ci/trigger-on-change'

parents ef537577 d663125d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ dovecot-container-build:
.
- podman push "quay.io/shivering-isles/dovecot:${release}"
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
- images/dovecot/.release
dovecot-container-build-dev:
stage: build
......@@ -38,4 +40,6 @@ dovecot-container-build-dev:
.
- podman push "quay.io/shivering-isles/dovecot:${CI_COMMIT_SHORT_SHA}"
rules:
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
- images/dovecot/
......@@ -17,7 +17,9 @@ postfix-container-build:
.
- podman push "quay.io/shivering-isles/postfix:${release}"
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
- images/postfix/.release
postfix-container-build-dev:
stage: build
......@@ -38,4 +40,6 @@ postfix-container-build-dev:
.
- podman push "quay.io/shivering-isles/postfix:${CI_COMMIT_SHORT_SHA}"
rules:
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
- images/postfix/
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