Compare commits

..

2 Commits

Author SHA1 Message Date
CrazyMax
05596d50d0
Merge 7bccc1380a400cd5c5c6295391b93cf89cd2a75a into ca877d9245402d1537745e0e356eab47c3520991 2025-02-16 10:37:15 +00:00
CrazyMax
7bccc1380a
reusable workflow to distribute multi-platform builds
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-16 11:37:08 +01:00

View File

@ -19,7 +19,7 @@ on:
description: "Install QEMU static binaries"
required: false
default: true
# same as docker/metadata-action inputs
# same as docker/metadata-action inputs (minus sep-tags, sep-labels, sep-annotations, bake-target)
meta-image:
type: string
description: "Image to use as base name for tags"
@ -455,6 +455,9 @@ jobs:
}
if (${{ inputs.push }}) {
if (tags.length === 0) {
throw new Error('No tags to create manifest list');
}
await exec.getExecOutput('docker', createArgs, {
ignoreReturnCode: true
}).then(res => {