From 3b63958dce8ab98262f1d15eb4536934c09817bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 29 Mar 2025 17:07:29 +0100 Subject: [PATCH] also push to latest --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index fdf353603..fd65a3998 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,8 @@ steps: auto_tag: true auto_tag_suffix: linux-amd64 platform: 'linux/amd64' + tags: + - latest --- kind: pipeline @@ -49,6 +51,8 @@ steps: auto_tag: true auto_tag_suffix: linux-arm64 platform: 'linux/arm64' + tags: + - latest --- kind: pipeline @@ -73,6 +77,8 @@ steps: from_secret: docker_password auto_tag: true ignore_missing: true + tags: + - latest depends_on: - linux-amd64 - linux-arm64 \ No newline at end of file