File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ pipeline:
55 repo : " ${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
66 tags : " feature-${CI_COMMIT_BRANCH##feature/}"
77 secrets : [docker_username, docker_password]
8- when :
9- event : push
10- branch : feature/*
8+ when :
9+ event : push
10+ branch : feature/*
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ pipeline:
55 repo : " ${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
66 tags : latest
77 secrets : [docker_username, docker_password]
8- when :
9- event : push
10- branch : [master, main]
8+ when :
9+ event : push
10+ branch : [master, main]
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ pipeline:
55 repo : " ${CI_REPO_OWNER##mu-}/${CI_REPO_NAME}"
66 tags : " ${CI_COMMIT_TAG##v}"
77 secrets : [ docker_username, docker_password ]
8- when :
9- event : tag
10- tag : v*
8+ when :
9+ event : tag
10+ tag : v*
You can’t perform that action at this time.
0 commit comments