Fix missing alpine tag during buildx bake #1371

Closed
opened 2026-04-06 01:50:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 11/7/2023

The bake recipt was missing the single :alpine tag for the alpine builds when we were releasing a stable/latest version of Vaultwarden.

This PR fixes this by checking for those conditions and add the :alpine tag too.

We will keep the :latest-alpine also, which i find even nicer then just :alpine

Fixes #4035

*Originally created by @BlackDex on 11/7/2023* The bake recipt was missing the single `:alpine` tag for the alpine builds when we were releasing a `stable/latest` version of Vaultwarden. This PR fixes this by checking for those conditions and add the `:alpine` tag too. We will keep the `:latest-alpine` also, which i find even nicer then just `:alpine` Fixes #4035
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1371