File tree Expand file tree Collapse file tree 4 files changed +30
-99
lines changed Expand file tree Collapse file tree 4 files changed +30
-99
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ pipeline :
2+ build-and-push :
3+ image : plugins/docker
4+ settings :
5+ repo : " ${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
6+ tags : " feature-${CI_COMMIT_BRANCH##feature/}"
7+ secrets : [docker_username, docker_password]
8+ when :
9+ event : push
10+ branch : feature/*
Original file line number Diff line number Diff line change 1+ pipeline :
2+ build-and-push :
3+ image : plugins/docker
4+ settings :
5+ repo : " ${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
6+ tags : latest
7+ secrets : [docker_username, docker_password]
8+ when :
9+ event : push
10+ branch : [master, main]
Original file line number Diff line number Diff line change 1+ pipeline :
2+ release :
3+ image : plugins/docker
4+ settings :
5+ repo : " ${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
6+ tags : " ${CI_COMMIT_TAG##v}"
7+ secrets : [ docker_username, docker_password ]
8+ when :
9+ event : tag
10+ tag : v*
You can’t perform that action at this time.
0 commit comments