Skip to content

Commit

Permalink
Replace plugins/docker with techknowlogick/drone-dockerin ci (#16407
Browse files Browse the repository at this point in the history
) (#16409)

* plugins/docker -> techknowlogick/drone-docker

* It is multi-arch
  • Loading branch information
6543 committed Jul 12, 2021
1 parent d98694e commit 6df82db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6df82db

Please sign in to comment.