CI: add app version
Some checks failed
/ build (push) Failing after 24s

This commit is contained in:
phil 2024-11-09 02:32:42 +01:00
parent b2c5a9062e
commit 8c272ab6ff
3 changed files with 15 additions and 3 deletions

View file

@ -23,6 +23,11 @@
args:
chdir: "{{ playbook_dir }}"
- name: Update version.json
command: pnpm run version
args:
chdir: "{{ playbook_dir }}"
- name: Build frontend container
containers.podman.podman_image:
name: "treetrail-frontend:{{ version.stdout }}"