forked from philorg/treetrail-frontend
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
|
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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue