File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1267,7 +1267,7 @@ steps:
12671267 pull : always
12681268 settings :
12691269 auto_tag : false
1270- tags : ${DRONE_BRANCH##release/v}-dev -linux-amd64
1270+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-amd64
12711271 repo : gitea/gitea
12721272 build_args :
12731273 - GOPROXY=https://goproxy.io
@@ -1289,7 +1289,7 @@ steps:
12891289 settings :
12901290 dockerfile : Dockerfile.rootless
12911291 auto_tag : false
1292- tags : ${DRONE_BRANCH##release/v}-dev -linux-amd64-rootless
1292+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-amd64-rootless
12931293 repo : gitea/gitea
12941294 build_args :
12951295 - GOPROXY=https://goproxy.io
@@ -1609,7 +1609,7 @@ steps:
16091609 pull : always
16101610 settings :
16111611 auto_tag : false
1612- tags : ${DRONE_BRANCH##release/v}-dev -linux-arm64
1612+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-arm64
16131613 repo : gitea/gitea
16141614 build_args :
16151615 - GOPROXY=https://goproxy.io
@@ -1631,7 +1631,7 @@ steps:
16311631 settings :
16321632 dockerfile : Dockerfile.rootless
16331633 auto_tag : false
1634- tags : ${DRONE_BRANCH##release/v}-dev -linux-arm64-rootless
1634+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-arm64-rootless
16351635 repo : gitea/gitea
16361636 build_args :
16371637 - GOPROXY=https://goproxy.io
You can’t perform that action at this time.
0 commit comments