Playbook: fix build and publish ci image
Some checks failed
/ test (push) Successful in 47s
/ build (push) Failing after 1s

This commit is contained in:
phil 2024-12-06 03:35:08 +01:00
parent c97e3123c9
commit 425aaf9dc0

View file

@ -26,7 +26,7 @@
- name: Build the base CI image
containers.podman.podman_image:
name: treetrail-backend-ci
tag: "{{ version }}"
tag: "{{ version.stdout }}"
state: build
path: "{{ playbook_dir }}"
build:
@ -41,7 +41,7 @@
- name: Build the base image, only with python dependencies
containers.podman.podman_image:
name: treetrail-backend-deps
tag: "{{ version }}"
tag: "{{ version.stdout }}"
state: build
path: "{{ playbook_dir }}"
build: