Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
ci: switch to buildx plugin (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Jan 8, 2023
1 parent 070f45d commit b2e043e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'dryrun',
image: 'thegeeklab/drone-docker:19',
image: 'thegeeklab/drone-docker-buildx:20',
settings: {
dry_run: true,
dockerfile: 'docker/Dockerfile.' + arch,
Expand All @@ -155,7 +155,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'publish-dockerhub',
image: 'thegeeklab/drone-docker:19',
image: 'thegeeklab/drone-docker-buildx:20',
settings: {
auto_tag: true,
auto_tag_suffix: arch,
Expand All @@ -171,7 +171,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'publish-quay',
image: 'thegeeklab/drone-docker:19',
image: 'thegeeklab/drone-docker-buildx:20',
settings: {
auto_tag: true,
auto_tag_suffix: arch,
Expand Down
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ steps:
- ls -l dist/drone-git-action

- name: dryrun
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: docker/Dockerfile.amd64
dry_run: true
Expand All @@ -124,7 +124,7 @@ steps:
- build

- name: publish-dockerhub
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
auto_tag: true
auto_tag_suffix: amd64
Expand All @@ -142,7 +142,7 @@ steps:
- dryrun

- name: publish-quay
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
auto_tag: true
auto_tag_suffix: amd64
Expand Down Expand Up @@ -185,7 +185,7 @@ steps:
- ls -l dist/drone-git-action

- name: dryrun
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: docker/Dockerfile.arm64
dry_run: true
Expand All @@ -197,7 +197,7 @@ steps:
- build

- name: publish-dockerhub
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
auto_tag: true
auto_tag_suffix: arm64
Expand All @@ -215,7 +215,7 @@ steps:
- dryrun

- name: publish-quay
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker-buildx:20
settings:
auto_tag: true
auto_tag_suffix: arm64
Expand Down Expand Up @@ -386,6 +386,6 @@ depends_on:

---
kind: signature
hmac: e987759fd94fe86d9420716668d6de2a03c637a3c11521380f1aee81b416458f
hmac: 7c1be62f78be23605939401fbbdc75f9d809db6c489b9d35847ed047380697ce

...

0 comments on commit b2e043e

Please sign in to comment.