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:
1267
1267
pull : always
1268
1268
settings :
1269
1269
auto_tag : false
1270
- tags : ${DRONE_BRANCH##release/v}-dev -linux-amd64
1270
+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-amd64
1271
1271
repo : gitea/gitea
1272
1272
build_args :
1273
1273
- GOPROXY=https://goproxy.io
@@ -1289,7 +1289,7 @@ steps:
1289
1289
settings :
1290
1290
dockerfile : Dockerfile.rootless
1291
1291
auto_tag : false
1292
- tags : ${DRONE_BRANCH##release/v}-dev -linux-amd64-rootless
1292
+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-amd64-rootless
1293
1293
repo : gitea/gitea
1294
1294
build_args :
1295
1295
- GOPROXY=https://goproxy.io
@@ -1609,7 +1609,7 @@ steps:
1609
1609
pull : always
1610
1610
settings :
1611
1611
auto_tag : false
1612
- tags : ${DRONE_BRANCH##release/v}-dev -linux-arm64
1612
+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-arm64
1613
1613
repo : gitea/gitea
1614
1614
build_args :
1615
1615
- GOPROXY=https://goproxy.io
@@ -1631,7 +1631,7 @@ steps:
1631
1631
settings :
1632
1632
dockerfile : Dockerfile.rootless
1633
1633
auto_tag : false
1634
- tags : ${DRONE_BRANCH##release/v}-dev -linux-arm64-rootless
1634
+ tags : ${DRONE_BRANCH##release/v}-nightly -linux-arm64-rootless
1635
1635
repo : gitea/gitea
1636
1636
build_args :
1637
1637
- GOPROXY=https://goproxy.io
You can’t perform that action at this time.
0 commit comments