mirror of https://github.com/go-gitea/gitea.git
CI: disable auto_tag (#20062)
This commit is contained in:
parent
51db7b03dd
commit
df0b330af7
12
.drone.yml
12
.drone.yml
|
@ -902,7 +902,7 @@ steps:
|
||||||
image: techknowlogick/drone-docker:latest
|
image: techknowlogick/drone-docker:latest
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
repo: gitea/gitea
|
repo: gitea/gitea
|
||||||
build_args:
|
build_args:
|
||||||
|
@ -920,7 +920,7 @@ steps:
|
||||||
image: techknowlogick/drone-docker:latest
|
image: techknowlogick/drone-docker:latest
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile.rootless
|
dockerfile: Dockerfile.rootless
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
auto_tag_suffix: linux-amd64-rootless
|
auto_tag_suffix: linux-amd64-rootless
|
||||||
repo: gitea/gitea
|
repo: gitea/gitea
|
||||||
build_args:
|
build_args:
|
||||||
|
@ -1126,7 +1126,7 @@ steps:
|
||||||
image: techknowlogick/drone-docker:latest
|
image: techknowlogick/drone-docker:latest
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
auto_tag_suffix: linux-arm64
|
auto_tag_suffix: linux-arm64
|
||||||
repo: gitea/gitea
|
repo: gitea/gitea
|
||||||
build_args:
|
build_args:
|
||||||
|
@ -1144,7 +1144,7 @@ steps:
|
||||||
image: techknowlogick/drone-docker:latest
|
image: techknowlogick/drone-docker:latest
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile.rootless
|
dockerfile: Dockerfile.rootless
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
auto_tag_suffix: linux-arm64-rootless
|
auto_tag_suffix: linux-arm64-rootless
|
||||||
repo: gitea/gitea
|
repo: gitea/gitea
|
||||||
build_args:
|
build_args:
|
||||||
|
@ -1299,7 +1299,7 @@ steps:
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
spec: docker/manifest.rootless.tmpl
|
spec: docker/manifest.rootless.tmpl
|
||||||
password:
|
password:
|
||||||
|
@ -1310,7 +1310,7 @@ steps:
|
||||||
- name: manifest
|
- name: manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
spec: docker/manifest.tmpl
|
spec: docker/manifest.tmpl
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in New Issue