File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ steps :
2
+ build-feature :
3
+ image : woodpeckerci/plugin-docker-buildx
4
+ settings :
5
+ repo : ${CI_REPO/mu-semtech/semtech}
6
+ tags : ${CI_COMMIT_SOURCE_BRANCH/\//-}
7
+ secrets : [ docker_username, docker_password ]
8
+ when :
9
+ branch : feature/*
10
+ event : push
Original file line number Diff line number Diff line change
1
+ steps :
2
+ build-latest :
3
+ image : woodpeckerci/plugin-docker-buildx
4
+ settings :
5
+ repo : ${CI_REPO/mu-semtech/semtech}
6
+ tags : latest
7
+ secrets : [ docker_username, docker_password ]
8
+ when :
9
+ branch : master
10
+ event : push
Original file line number Diff line number Diff line change
1
+ steps :
2
+ build-release :
3
+ image : woodpeckerci/plugin-docker-buildx
4
+ settings :
5
+ repo : ${CI_REPO/mu-semtech/semtech}
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