From 7a920f71098f189a2dcc993e925c7ac9f22b1e41 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sat, 24 Aug 2024 11:50:48 +0200 Subject: [PATCH] Fix image upload --- pipelines/build-and-push.yml.j2 | 1 + pipelines/jobs/rust-xwin.yml.j2 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pipelines/build-and-push.yml.j2 b/pipelines/build-and-push.yml.j2 index 33191fc..2e06255 100644 --- a/pipelines/build-and-push.yml.j2 +++ b/pipelines/build-and-push.yml.j2 @@ -5,6 +5,7 @@ icon: docker source: repository: "{{ registry_url }}/{{ name }}" + tag: latest {% endmacro -%} --- diff --git a/pipelines/jobs/rust-xwin.yml.j2 b/pipelines/jobs/rust-xwin.yml.j2 index b027f64..033a8fc 100644 --- a/pipelines/jobs/rust-xwin.yml.j2 +++ b/pipelines/jobs/rust-xwin.yml.j2 @@ -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() -%}