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.pull/50/head
parent
6da330f2be
commit
f637feba16
|
@ -102,6 +102,7 @@ projects:
|
||||||
images:
|
images:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
image: ghcr.io/dani-garcia/vaultwarden
|
image: ghcr.io/dani-garcia/vaultwarden
|
||||||
|
tag_format: '{version}-alpine'
|
||||||
source:
|
source:
|
||||||
kind: github
|
kind: github
|
||||||
organization: dani-garcia
|
organization: dani-garcia
|
||||||
|
|
Loading…
Reference in New Issue