Skip to content

Commit 1eb21d9

Browse files
committed
latest -> dev
1 parent 41136db commit 1eb21d9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.drone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ steps:
721721
settings:
722722
auto_tag: true
723723
auto_tag_suffix: linux-amd64
724+
tags: dev
724725
repo: gitea/gitea
725726
build_args:
726727
- GOPROXY=off
@@ -739,6 +740,7 @@ steps:
739740
dockerfile: Dockerfile.rootless
740741
auto_tag: true
741742
auto_tag_suffix: linux-amd64-rootless
743+
tags: dev
742744
repo: gitea/gitea
743745
build_args:
744746
- GOPROXY=off
@@ -818,6 +820,7 @@ steps:
818820
settings:
819821
auto_tag: true
820822
auto_tag_suffix: linux-arm64
823+
tags: dev
821824
repo: gitea/gitea
822825
build_args:
823826
- GOPROXY=off
@@ -839,6 +842,7 @@ steps:
839842
dockerfile: Dockerfile.rootless
840843
auto_tag: true
841844
auto_tag_suffix: linux-arm64-rootless
845+
tags: dev
842846
repo: gitea/gitea
843847
build_args:
844848
- GOPROXY=off

docker/manifest.rootless.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-rootless
1+
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}dev{{/if}}-rootless
22
{{#if build.tags}}
33
tags:
44
{{#each build.tags}}

docker/manifest.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
1+
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}dev{{/if}}
22
{{#if build.tags}}
33
tags:
44
{{#each build.tags}}

0 commit comments

Comments
 (0)