Skip to content

Commit 1ceaef2

Browse files
nightly image tag for releases
1 parent fa506cd commit 1ceaef2

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
@@ -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

0 commit comments

Comments
 (0)