Replace `plugins/docker` with `techknowlogick/drone-docker`in ci (#16407) (#16409)

* plugins/docker -> techknowlogick/drone-docker

* It is multi-arch
This commit is contained in:
6543 2021-07-12 21:30:55 +02:00 committed by GitHub
parent d98694e6ca
commit 6df82db0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -709,7 +709,7 @@ steps:
- name: publish
pull: always
image: plugins/docker:linux-amd64
image: techknowlogick/drone-docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
@ -726,7 +726,7 @@ steps:
- pull_request
- name: publish-rootless
image: plugins/docker:linux-amd64
image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true
@ -764,7 +764,7 @@ trigger:
steps:
- name: dryrun
pull: always
image: plugins/docker:linux-arm64
image: techknowlogick/drone-docker:latest
settings:
dry_run: true
repo: gitea/gitea
@ -806,7 +806,7 @@ steps:
- name: publish
pull: always
image: plugins/docker:linux-arm64
image: techknowlogick/drone-docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-arm64
@ -826,7 +826,7 @@ steps:
- pull_request
- name: publish-rootless
image: plugins/docker:linux-arm64
image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true