feat(ansible): add possibility to add build-args to podman build job (#51)

This commit is contained in:
Stephan Lüscher 2024-05-26 19:00:20 +00:00
parent b213c826cf
commit cec7512c57
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -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: