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
|
icon: docker
|
||||||
source:
|
source:
|
||||||
repository: "{{ registry_url }}/{{ name }}"
|
repository: "{{ registry_url }}/{{ name }}"
|
||||||
|
tag: latest
|
||||||
{% endmacro -%}
|
{% endmacro -%}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,14 @@
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
repository: "{{ registry_url }}/rust-xwin"
|
repository: "{{ registry_url }}/rust-xwin"
|
||||||
|
tag: latest
|
||||||
|
|
||||||
- name: image-rust-xwin-ci
|
- name: image-rust-xwin-ci
|
||||||
type: registry-image
|
type: registry-image
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
repository: "{{ registry_url }}/rust-xwin-ci"
|
repository: "{{ registry_url }}/rust-xwin-ci"
|
||||||
|
tag: latest
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro jobs() -%}
|
{% macro jobs() -%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue