forked from philorg/treetrail-frontend
CI: add app version
This commit is contained in:
parent
b2c5a9062e
commit
8c272ab6ff
3 changed files with 15 additions and 3 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue