mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
feat(ansible): add possibility to add build-args to podman build job (#51)
This commit is contained in:
parent
b213c826cf
commit
cec7512c57
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue