File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -721,6 +721,7 @@ steps:
721
721
settings :
722
722
auto_tag : true
723
723
auto_tag_suffix : linux-amd64
724
+ tags : dev
724
725
repo : gitea/gitea
725
726
build_args :
726
727
- GOPROXY=off
@@ -739,6 +740,7 @@ steps:
739
740
dockerfile : Dockerfile.rootless
740
741
auto_tag : true
741
742
auto_tag_suffix : linux-amd64-rootless
743
+ tags : dev
742
744
repo : gitea/gitea
743
745
build_args :
744
746
- GOPROXY=off
@@ -818,6 +820,7 @@ steps:
818
820
settings :
819
821
auto_tag : true
820
822
auto_tag_suffix : linux-arm64
823
+ tags : dev
821
824
repo : gitea/gitea
822
825
build_args :
823
826
- GOPROXY=off
@@ -839,6 +842,7 @@ steps:
839
842
dockerfile : Dockerfile.rootless
840
843
auto_tag : true
841
844
auto_tag_suffix : linux-arm64-rootless
845
+ tags : dev
842
846
repo : gitea/gitea
843
847
build_args :
844
848
- GOPROXY=off
Original file line number Diff line number Diff line change 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
2
2
{{#if build.tags}}
3
3
tags:
4
4
{{#each build.tags}}
Original file line number Diff line number Diff line change 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}}
2
2
{{#if build.tags}}
3
3
tags:
4
4
{{#each build.tags}}
You can’t perform that action at this time.
0 commit comments