This commit is contained in:
parent
ea8f037888
commit
50601d86cf
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
- name: Build containers
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
vars:
|
||||
repository: tiptop:5000
|
||||
tasks:
|
||||
- name: Install dependencies
|
||||
command: pnpm install
|
||||
|
@ -21,12 +24,15 @@
|
|||
containers.podman.podman_image:
|
||||
name: "treetrail-frontend:{{ version.stdout }}"
|
||||
state: build
|
||||
force: true
|
||||
path: "{{ playbook_dir }}"
|
||||
build:
|
||||
format: oci
|
||||
force_rm: yes
|
||||
cache: no
|
||||
file: Containerfile
|
||||
push: true
|
||||
push_args:
|
||||
dest: "{{ repository }}/treetrail-frontend"
|
||||
#quadlet_options:
|
||||
# - |
|
||||
# [Install]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue