1
Fork 0

Fix image upload

This commit is contained in:
Lucas Schwiderski 2024-08-24 11:50:48 +02:00
parent e8c4f2bc89
commit 7a920f7109
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
icon: docker icon: docker
source: source:
repository: "{{ registry_url }}/{{ name }}" repository: "{{ registry_url }}/{{ name }}"
tag: latest
{% endmacro -%} {% endmacro -%}
--- ---

View file

@ -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() -%}