diff --git a/build.yaml b/build.yaml index 9501b13..928f666 100644 --- a/build.yaml +++ b/build.yaml @@ -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]