mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 11:33:43 +03:00
feat(ansible): add possibility to add build-args to podman build job (#51)
This commit is contained in:
parent
b213c826cf
commit
cec7512c57
|
@ -16,6 +16,7 @@
|
|||
build:
|
||||
file: "{{ forge_container_file | default('Containerfile') }}"
|
||||
format: "{{ forge_container_format | default('oci') }}"
|
||||
extra_args: "{{ forge_container_extra_args | default([]) | join(' ') }}"
|
||||
pull: false
|
||||
push: true
|
||||
push_args:
|
||||
|
|
Loading…
Reference in a new issue