mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-14 16:23:06 +08:00
Compare commits
2 Commits
05596d50d0
...
a909739b60
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a909739b60 | ||
|
|
e30869aa6a |
5
.github/workflows/distribute.yml
vendored
5
.github/workflows/distribute.yml
vendored
@ -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 => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user