🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/4043
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 11/7/2023
**Status:** ✅ Merged
**Merged:** 11/7/2023
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `fix-missing-alpine-tag`
---
### 📝 Commits (1)
- [`7f89226`](https://github.com/dani-garcia/vaultwarden/commit/7f892267d4af2c709e5a798230e90f33daa703e8) Fix missing alpine tag during buildx bake
### 📊 Changes
**1 file changed** (+7 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `docker/docker-bake.hcl` (+7 -1)
</details>
### 📄 Description
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
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4043
Author: @BlackDex
Created: 11/7/2023
Status: ✅ Merged
Merged: 11/7/2023
Merged by: @dani-garcia
Base:
main← Head:fix-missing-alpine-tag📝 Commits (1)
7f89226Fix missing alpine tag during buildx bake📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
docker/docker-bake.hcl(+7 -1)📄 Description
The bake recipt was missing the single
:alpinetag for the alpine builds when we were releasing astable/latestversion of Vaultwarden.This PR fixes this by checking for those conditions and add the
:alpinetag too.We will keep the
:latest-alpinealso, which i find even nicer then just:alpineFixes #4035
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.