mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
fix: add new flag
This commit is contained in:
parent
ad02cb8a12
commit
99beb78b03
4 changed files with 16 additions and 2 deletions
|
@ -82,6 +82,12 @@ inputs:
|
|||
Require HTTPS and verify certificates when accessing the registry. Defaults to true.
|
||||
required: false
|
||||
default: 'true'
|
||||
self-hosted-runner-root:
|
||||
description: |
|
||||
If you are running on self hosted runner, you can set this so it will add "sudo" to every
|
||||
buildah command if you dont want to run rootless. Defaults to false
|
||||
required: false
|
||||
default: 'false'
|
||||
outputs:
|
||||
image:
|
||||
description: 'Name of the image built'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue