Build: upload container image to the registry with tag

This commit is contained in:
phil 2024-11-02 15:32:52 +01:00
parent 55fdde94a9
commit 3635e4303a

View file

@ -1,4 +1,4 @@
- name: Build containers - name: Build container
hosts: localhost hosts: localhost
gather_facts: false gather_facts: false
vars: vars:
@ -32,7 +32,7 @@
file: Containerfile file: Containerfile
push: true push: true
push_args: push_args:
dest: "{{ repository }}/treetrail-frontend" dest: "{{ repository }}/treetrail-frontend:{{ version.stdout }}"
#quadlet_options: #quadlet_options:
# - | # - |
# [Install] # [Install]