mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
add-host
input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
d8b0ca6f0e
commit
eebf87aed1
7 changed files with 41 additions and 0 deletions
|
@ -7,6 +7,9 @@ branding:
|
|||
color: 'blue'
|
||||
|
||||
inputs:
|
||||
add-host:
|
||||
description: "Add a custom host-to-IP mapping (e.g., docker:10.180.0.1)"
|
||||
required: false
|
||||
allow:
|
||||
description: "List of extra privileged entitlement (e.g., network.host,security.insecure)"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue