0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00
This commit is contained in:
Robert Kaussow 2023-07-25 22:26:06 +02:00
parent 8d757b9bfa
commit 462d9e6960
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -10,21 +10,16 @@ steps:
settings:
dockerfile: Dockerfile.multiarch
dry_run: true
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm/v6
provenance: false
repo: thegeeklab/${CI_REPO_NAME}
output: "type=docker,tar=true,name=thegeeklab/${CI_REPO_NAME},dest=/woodpecker/src/github.com/thegeeklab/retry/${CI_REPO_NAME}.tar"
when:
- ref: refs/pull/**
debug:
image: docker.io/alpine
commands:
- echo $(pwd)
- env
- echo $${CI_WORKSPACE}
- echo ${CI_WORKSPACE}
- ls -la
publish-dockerhub:
group: build
image: quay.io/thegeeklab/drone-docker-buildx:23