From f637feba163e2d66442459d85a644a56fe51b9a5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 1 Feb 2025 18:29:54 -0600 Subject: [PATCH] updatebot: Fix tag format for Vaultwarden We're using the Alpine variant of the Vaultwarden container images, since the default variant is significantly larger and we do not need any of the extra stuff it includes. --- updatebot/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/updatebot/config.yml b/updatebot/config.yml index f956eb7..5842e1c 100644 --- a/updatebot/config.yml +++ b/updatebot/config.yml @@ -102,6 +102,7 @@ projects: images: - name: authelia image: ghcr.io/dani-garcia/vaultwarden + tag_format: '{version}-alpine' source: kind: github organization: dani-garcia