Compare commits

..

2 Commits

Author SHA1 Message Date
CrazyMax
a909739b60
Merge e30869aa6aa9c73539a6d5b4d2c20a5935a84a30 into ca877d9245402d1537745e0e356eab47c3520991 2025-02-16 00:53:38 +00:00
CrazyMax
e30869aa6a
reusable workflow to distribute multi-platform builds
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-16 01:53:31 +01:00

View File

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