ci: bump container build plugin to drone-docker-buildx:23
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-02-09 10:32:27 +01:00
parent 1b6eb31809
commit 120bc0f121
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.el7
dry_run: true
@ -40,7 +40,7 @@ steps:
- refs/pull/**
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.el7
password:
@ -56,7 +56,7 @@ steps:
- refs/tags/**
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.el7
password:
@ -91,7 +91,7 @@ platform:
steps:
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.el8
dry_run: true
@ -103,7 +103,7 @@ steps:
- refs/pull/**
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.el8
password:
@ -119,7 +119,7 @@ steps:
- refs/tags/**
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
image: thegeeklab/drone-docker-buildx:23
settings:
dockerfile: Dockerfile.el8
password:
@ -209,6 +209,6 @@ depends_on:
---
kind: signature
hmac: c1d7bf589253bfecd788f3568f01374b499a8892391135722f82f08b44cd6233
hmac: bd239a7e7db5fbee736dd48763aa949f355d35683f3ce6419bb19b32ca314533
...