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:55:43 +02:00
parent b545e59557
commit 8c48280446
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -10,14 +10,9 @@ 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=${CI_WORKSPACE}"
output: "type=docker,tar=true,name=thegeeklab/${CI_REPO_NAME}"
when:
- ref: refs/pull/**