diff --git a/build.yaml b/build.yaml index b76339d..92eaf0d 100644 --- a/build.yaml +++ b/build.yaml @@ -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: