Skip to content

Commit

Permalink
CI: disable auto_tag (go-gitea#20062)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored and lunny committed Dec 20, 2022
1 parent f51a19c commit 977ed7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ steps:
image: techknowlogick/drone-docker:latest
pull: always
settings:
auto_tag: true
auto_tag: false
auto_tag_suffix: linux-amd64
repo: gitea/gitea
build_args:
Expand All @@ -920,7 +920,7 @@ steps:
image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true
auto_tag: false
auto_tag_suffix: linux-amd64-rootless
repo: gitea/gitea
build_args:
Expand Down Expand Up @@ -1126,7 +1126,7 @@ steps:
image: techknowlogick/drone-docker:latest
pull: always
settings:
auto_tag: true
auto_tag: false
auto_tag_suffix: linux-arm64
repo: gitea/gitea
build_args:
Expand All @@ -1144,7 +1144,7 @@ steps:
image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true
auto_tag: false
auto_tag_suffix: linux-arm64-rootless
repo: gitea/gitea
build_args:
Expand Down Expand Up @@ -1299,7 +1299,7 @@ steps:
image: plugins/manifest
pull: always
settings:
auto_tag: true
auto_tag: false
ignore_missing: true
spec: docker/manifest.rootless.tmpl
password:
Expand All @@ -1310,7 +1310,7 @@ steps:
- name: manifest
image: plugins/manifest
settings:
auto_tag: true
auto_tag: false
ignore_missing: true
spec: docker/manifest.tmpl
password:
Expand Down

0 comments on commit 977ed7e

Please sign in to comment.