Skip to content

Commit 499257d

Browse files
nightly tag
1 parent 84fa30e commit 499257d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)