Build: upload container image to the registry with tag
This commit is contained in:
parent
55fdde94a9
commit
3635e4303a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Build containers
|
||||
- name: Build container
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
vars:
|
||||
|
@ -32,7 +32,7 @@
|
|||
file: Containerfile
|
||||
push: true
|
||||
push_args:
|
||||
dest: "{{ repository }}/treetrail-frontend"
|
||||
dest: "{{ repository }}/treetrail-frontend:{{ version.stdout }}"
|
||||
#quadlet_options:
|
||||
# - |
|
||||
# [Install]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue