mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-07 14:09:30 +02:00
add a fallback
input (#7)
This commit is contained in:
parent
84699d113f
commit
294f759b05
5 changed files with 16 additions and 5 deletions
|
@ -7,6 +7,9 @@ branding:
|
|||
color: 'blue'
|
||||
|
||||
inputs:
|
||||
nofallback:
|
||||
description: "Fail the build if the remote builder is not available; defaults to false"
|
||||
required: false
|
||||
add-hosts:
|
||||
description: "List of a customs host-to-IP mapping (e.g., docker:10.180.0.1)"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue