Skip to content
Snippets Groups Projects
Commit 179c780f authored by Виталий Шунков's avatar Виталий Шунков Committed by Виталий Шунков
Browse files

ci: don't push master image on dev branches

parent eb55cf70
No related branches found
No related tags found
1 merge request!1354ci: don't push master image on dev branches
Pipeline #53137 passed
......@@ -384,12 +384,14 @@ test-mac-m1:
paths:
- helm/picodata.Dockerfile
- helm/docker-compose.yml
variables:
PUSH_DOCKER: "--no-push"
- if: $CI_COMMIT_BRANCH == $MAIN_BRANCH
when: on_success
variables:
PUSH_DOCKER: ""
- when: manual
allow_failure: true
variables:
PUSH_DOCKER: ""
test-helm-image:
extends: .test-helm
......
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