Skip to content
Snippets Groups Projects
Commit 4bdd51f1 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

ci: do not push images for MRs

parent 3d04d699
Branches
Tags
2 merge requests!420V3.2.0,!409ci: do not push images for MRs
......@@ -40,7 +40,7 @@ build_branch:
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY_IMAGE/feat:$CI_COMMIT_REF_SLUG" --build-arg conf=prod .
- docker push "$CI_REGISTRY_IMAGE/feat:$CI_COMMIT_REF_SLUG"
# - docker push "$CI_REGISTRY_IMAGE/feat:$CI_COMMIT_REF_SLUG"
build-release:
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment