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 @@ -1233,7 +1233,7 @@ steps:
12331233 pull : always
12341234 settings :
12351235 auto_tag : false
1236- tags : ${DRONE_BRANCH##release/v}-dev -linux-amd64
1236+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-amd64
12371237 repo : gitea/gitea
12381238 build_args :
12391239 - GOPROXY=https://goproxy.io
@@ -1255,7 +1255,7 @@ steps:
12551255 settings :
12561256 dockerfile : Dockerfile.rootless
12571257 auto_tag : false
1258- tags : ${DRONE_BRANCH##release/v}-dev -linux-amd64-rootless
1258+ tags : ${DRONE_BRANCH##release/v}-nightlf -linux-amd64-rootless
12591259 repo : gitea/gitea
12601260 build_args :
12611261 - GOPROXY=https://goproxy.io
@@ -1558,7 +1558,7 @@ steps:
15581558 pull : always
15591559 settings :
15601560 auto_tag : false
1561- tags : ${DRONE_BRANCH##release/v}-dev -linux-arm64
1561+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-arm64
15621562 repo : gitea/gitea
15631563 build_args :
15641564 - GOPROXY=https://goproxy.io
@@ -1580,7 +1580,7 @@ steps:
15801580 settings :
15811581 dockerfile : Dockerfile.rootless
15821582 auto_tag : false
1583- tags : ${DRONE_BRANCH##release/v}-dev -linux-arm64-rootless
1583+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-arm64-rootless
15841584 repo : gitea/gitea
15851585 build_args :
15861586 - GOPROXY=https://goproxy.io
You can’t perform that action at this time.
0 commit comments