Ansible build: force building app container
Some checks failed
/ build (push) Failing after 12s

This commit is contained in:
phil 2024-11-01 05:32:40 +01:00
parent e5a2048223
commit 7c33cb0b99

View file

@ -35,7 +35,7 @@
containers.podman.podman_image:
name: treetrail-backend-base
state: build
force: "{{ force }}"
force: true
path: "{{ playbook_dir }}"
build:
format: oci
@ -50,7 +50,7 @@
containers.podman.podman_image:
name: treetrail-backend
state: build
force: "{{ force }}"
force: true
path: "{{ playbook_dir }}"
build:
format: oci