Playbook: fix build and publish ci image
This commit is contained in:
parent
c97e3123c9
commit
425aaf9dc0
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue