mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-18 20:43: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:
|
build:
|
||||||
file: "{{ forge_container_file | default('Containerfile') }}"
|
file: "{{ forge_container_file | default('Containerfile') }}"
|
||||||
format: "{{ forge_container_format | default('oci') }}"
|
format: "{{ forge_container_format | default('oci') }}"
|
||||||
|
extra_args: "{{ forge_container_extra_args | default([]) | join(' ') }}"
|
||||||
pull: false
|
pull: false
|
||||||
push: true
|
push: true
|
||||||
push_args:
|
push_args:
|
||||||
|
|
Loading…
Reference in a new issue