2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-06-24 16:05:54 +00:00

Add allow input

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-16 07:07:06 +02:00
parent 78a1e0d9a3
commit 01bd5c1fa9
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 17 additions and 0 deletions

View file

@ -33,6 +33,9 @@ inputs:
target:
description: "Sets the target stage to build"
required: false
allow:
description: "Allow extra privileged entitlement (eg. network.host,security.insecure)"
required: false
no-cache:
description: "Do not use cache when building the image"
required: false