ci: bump container build plugin to drone-docker-buildx:23 (#198)

This commit is contained in:
Robert Kaussow 2023-02-09 08:54:02 +01:00 committed by GitHub
parent aa5375d827
commit dd99164fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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