ci: bump container build plugin to drone-docker-buildx:23

This commit is contained in:
Robert Kaussow 2023-02-08 22:10:53 +01:00
parent 118da3765e
commit 783df42a0a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 8 additions and 8 deletions

View File

@ -106,7 +106,7 @@ platform:
steps: steps:
- name: dryrun - name: dryrun
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:23
settings: settings:
dockerfile: Dockerfile.multiarch dockerfile: Dockerfile.multiarch
dry_run: true dry_run: true
@ -120,7 +120,7 @@ steps:
- refs/pull/** - refs/pull/**
- name: publish-dockerhub - name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:23
settings: settings:
auto_tag: true auto_tag: true
dockerfile: Dockerfile.multiarch dockerfile: Dockerfile.multiarch
@ -141,7 +141,7 @@ steps:
- dryrun - dryrun
- name: publish-quay - name: publish-quay
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:23
settings: settings:
auto_tag: true auto_tag: true
dockerfile: Dockerfile.multiarch dockerfile: Dockerfile.multiarch
@ -286,6 +286,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 45780a906af05c46a349dd4f52abf07be3bba553e8e6d173a9403ba808269f59 hmac: a62b604d49c98c24360bfaea313f8dba31166133620d5e7656f884e1f20b9ff6
... ...

View File

@ -33,7 +33,7 @@ name: default
steps: steps:
- name: docker - name: docker
image: thegeeklab/drone-docker-buildx image: thegeeklab/drone-docker-buildx:23
privileged: true privileged: true
settings: settings:
username: octocat username: octocat
@ -62,7 +62,7 @@ name: default
steps: steps:
- name: docker - name: docker
image: thegeeklab/drone-docker-buildx image: thegeeklab/drone-docker-buildx:23
privileged: true privileged: true
settings: settings:
registry: ghcr.io registry: ghcr.io

View File

@ -77,7 +77,7 @@ properties:
```TOML ```TOML
- name: Build - name: Build
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:23
settings: settings:
repo: example/repo repo: example/repo
buildkit_config: | buildkit_config: |
@ -165,7 +165,7 @@ properties:
```Yaml ```Yaml
- name: Build - name: Build
image: thegeeklab/drone-docker-buildx:20 image: thegeeklab/drone-docker-buildx:23
settings: settings:
repo: example/repo repo: example/repo
cache_from: cache_from: