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
)

* plugins/docker -> techknowlogick/drone-docker

* It is multi-arch
  • Loading branch information
6543 committed Jul 12, 2021
1 parent 522b720 commit 5b1d0a7
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 @@ -717,7 +717,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 @@ -734,7 +734,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 @@ -772,7 +772,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 @@ -814,7 +814,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 @@ -834,7 +834,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 5b1d0a7

Please sign in to comment.