upd releases
This commit is contained in:
parent
2ad594c591
commit
1a5b0ee26d
2 changed files with 8 additions and 4 deletions
|
@ -7,4 +7,8 @@
|
||||||
### v1.1.0
|
### v1.1.0
|
||||||
|
|
||||||
- Permission error fix
|
- Permission error fix
|
||||||
- Readme updates
|
- Readme updates
|
||||||
|
|
||||||
|
### v1.2.0
|
||||||
|
|
||||||
|
- Added support for escaped spaces
|
|
@ -25,13 +25,13 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
build_args:
|
build_args:
|
||||||
description: |
|
description: |
|
||||||
Optional build arguments. Space-separated. e.g.
|
Optional build arguments. Space-separated, escape space if used within single arg. e.g.
|
||||||
MY_ENV_VAR=Test MY_ENV_VAR2=Test2
|
MY_ENV_VAR=Test MY_ENV_VAR2=Test2
|
||||||
required: false
|
required: false
|
||||||
extra_args:
|
extra_args:
|
||||||
description: |
|
description: |
|
||||||
Extra args to be passed to podman. Space-separated. e.g.
|
Extra args to be passed to podman. Space-separated, escape space if used within single arg. e.g.
|
||||||
-e=MY_ENV=Test -e=MY_ENV=Test2 -e MY_ENV="Var\ with\ spaces"
|
-e=MY_ENV=Test -e=MY_ENV=Test2 -e MY_ENV=Var\ with\ spaces
|
||||||
required: false
|
required: false
|
||||||
dockerfile:
|
dockerfile:
|
||||||
description: Path to the Dockerfile. If set, build step is performed.
|
description: Path to the Dockerfile. If set, build step is performed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue