Fix image upload
This commit is contained in:
parent
e8c4f2bc89
commit
7a920f7109
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
icon: docker
|
||||
source:
|
||||
repository: "{{ registry_url }}/{{ name }}"
|
||||
tag: latest
|
||||
{% endmacro -%}
|
||||
---
|
||||
|
||||
|
|
|
@ -4,12 +4,14 @@
|
|||
icon: docker
|
||||
source:
|
||||
repository: "{{ registry_url }}/rust-xwin"
|
||||
tag: latest
|
||||
|
||||
- name: image-rust-xwin-ci
|
||||
type: registry-image
|
||||
icon: docker
|
||||
source:
|
||||
repository: "{{ registry_url }}/rust-xwin-ci"
|
||||
tag: latest
|
||||
{% endmacro %}
|
||||
|
||||
{% macro jobs() -%}
|
||||
|
|
Loading…
Add table
Reference in a new issue