0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-11-21 13:50:39 +00:00

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

This commit is contained in:
Robert Kaussow 2023-02-09 08:54:31 +01:00 committed by GitHub
parent 3f3d214057
commit 7f97c44d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
@ -122,7 +122,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
@ -145,7 +145,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
@ -292,6 +292,6 @@ depends_on:
---
kind: signature
hmac: 89fdd989b37a0f4d24c1a76426edf89f7252a3033993344007e5fae580b2ced7
hmac: f05ebaf01c9bc2d0d7937b58d7e70a58d00512b67f516bf0f0816e9138df46a3
...