[PR #6533] [MERGED] Further fixes for the release workflow #7438

Closed
opened 2026-03-07 21:17:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6533
Author: @dfunkt
Created: 12/7/2025
Status: Merged
Merged: 12/7/2025
Merged by: @dani-garcia

Base: mainHead: fix-release-workflow


📝 Commits (1)

  • 0a5516e Further fixes for the release workflow

📊 Changes

1 file changed (+4 additions, -5 deletions)

View changed files

📝 .github/workflows/release.yml (+4 -5)

📄 Description

Not all the fixes necessary were made in https://github.com/dani-garcia/vaultwarden/pull/6532, it still appends debian to the tags:
https://github.com/dani-garcia/vaultwarden/actions/runs/20004013122/job/57363788749#step:9:39

Creating manifest for index.docker.io/vaultwarden/server:testing-debian
Manifest created for index.docker.io/vaultwarden/server
#1 [internal] pushing docker.io/vaultwarden/server:testing-debian

Fixed variant:

Creating manifest for index.docker.io/vaultwarden/server:testing
Manifest created for index.docker.io/vaultwarden/server:testing
#1 [internal] pushing docker.io/vaultwarden/server:testing

🔄 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/6533 **Author:** [@dfunkt](https://github.com/dfunkt) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-release-workflow` --- ### 📝 Commits (1) - [`0a5516e`](https://github.com/dani-garcia/vaultwarden/commit/0a5516ed247e69a779b2b00ba4a95f7ede454715) Further fixes for the release workflow ### 📊 Changes **1 file changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+4 -5) </details> ### 📄 Description Not all the fixes necessary were made in https://github.com/dani-garcia/vaultwarden/pull/6532, it still appends `debian` to the tags: https://github.com/dani-garcia/vaultwarden/actions/runs/20004013122/job/57363788749#step:9:39 ``` Creating manifest for index.docker.io/vaultwarden/server:testing-debian Manifest created for index.docker.io/vaultwarden/server #1 [internal] pushing docker.io/vaultwarden/server:testing-debian ``` Fixed variant: ``` Creating manifest for index.docker.io/vaultwarden/server:testing Manifest created for index.docker.io/vaultwarden/server:testing #1 [internal] pushing docker.io/vaultwarden/server:testing ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:17:37 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7438