0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00

try to use buildx output

This commit is contained in:
Robert Kaussow 2023-07-25 21:45:30 +02:00
parent f37fe6b6c2
commit 937eecbcc7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -21,6 +21,11 @@ steps:
when:
- ref: refs/pull/**
debug:
image: docker.io/alpine
commands:
- ls -la
publish-dockerhub:
group: build
image: quay.io/thegeeklab/drone-docker-buildx:23
@ -63,3 +68,6 @@ steps:
when:
- ref: refs/heads/main
- ref: refs/tags/**
depends_on:
- test