Skip to content

Commit ec9602b

Browse files
update nightly drone docker tag (#24311)
1 parent 8cc60ee commit ec9602b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ steps:
13691369
pull: always
13701370
settings:
13711371
auto_tag: false
1372-
tags: dev-linux-amd64
1372+
tags: nightly-linux-amd64
13731373
repo: gitea/gitea
13741374
build_args:
13751375
- GOPROXY=https://goproxy.io
@@ -1391,7 +1391,7 @@ steps:
13911391
settings:
13921392
dockerfile: Dockerfile.rootless
13931393
auto_tag: false
1394-
tags: dev-linux-amd64-rootless
1394+
tags: nightly-linux-amd64-rootless
13951395
repo: gitea/gitea
13961396
build_args:
13971397
- GOPROXY=https://goproxy.io
@@ -1711,7 +1711,7 @@ steps:
17111711
pull: always
17121712
settings:
17131713
auto_tag: false
1714-
tags: dev-linux-arm64
1714+
tags: nightly-linux-arm64
17151715
repo: gitea/gitea
17161716
build_args:
17171717
- GOPROXY=https://goproxy.io
@@ -1733,7 +1733,7 @@ steps:
17331733
settings:
17341734
dockerfile: Dockerfile.rootless
17351735
auto_tag: false
1736-
tags: dev-linux-arm64-rootless
1736+
tags: nightly-linux-arm64-rootless
17371737
repo: gitea/gitea
17381738
build_args:
17391739
- GOPROXY=https://goproxy.io

0 commit comments

Comments
 (0)