Skip to content

Commit df0b330

Browse files
authored
CI: disable auto_tag (#20062)
1 parent 51db7b0 commit df0b330

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .drone.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ steps:
902902
image: techknowlogick/drone-docker:latest
903903
pull: always
904904
settings:
905-
auto_tag: true
905+
auto_tag: false
906906
auto_tag_suffix: linux-amd64
907907
repo: gitea/gitea
908908
build_args:
@@ -920,7 +920,7 @@ steps:
920920
image: techknowlogick/drone-docker:latest
921921
settings:
922922
dockerfile: Dockerfile.rootless
923-
auto_tag: true
923+
auto_tag: false
924924
auto_tag_suffix: linux-amd64-rootless
925925
repo: gitea/gitea
926926
build_args:
@@ -1126,7 +1126,7 @@ steps:
11261126
image: techknowlogick/drone-docker:latest
11271127
pull: always
11281128
settings:
1129-
auto_tag: true
1129+
auto_tag: false
11301130
auto_tag_suffix: linux-arm64
11311131
repo: gitea/gitea
11321132
build_args:
@@ -1144,7 +1144,7 @@ steps:
11441144
image: techknowlogick/drone-docker:latest
11451145
settings:
11461146
dockerfile: Dockerfile.rootless
1147-
auto_tag: true
1147+
auto_tag: false
11481148
auto_tag_suffix: linux-arm64-rootless
11491149
repo: gitea/gitea
11501150
build_args:
@@ -1299,7 +1299,7 @@ steps:
12991299
image: plugins/manifest
13001300
pull: always
13011301
settings:
1302-
auto_tag: true
1302+
auto_tag: false
13031303
ignore_missing: true
13041304
spec: docker/manifest.rootless.tmpl
13051305
password:
@@ -1310,7 +1310,7 @@ steps:
13101310
- name: manifest
13111311
image: plugins/manifest
13121312
settings:
1313-
auto_tag: true
1313+
auto_tag: false
13141314
ignore_missing: true
13151315
spec: docker/manifest.tmpl
13161316
password:

0 commit comments

Comments
 (0)