[PR #6632] Add dry run support to the release workflow #7457

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6632
Author: @dfunkt
Created: 12/30/2025
Status: 🔄 Open

Base: mainHead: add-dryrun-support


📝 Commits (1)

  • 928771e Add dry run support to the release workflow

📊 Changes

2 files changed (+35 additions, -20 deletions)

View changed files

📝 .github/workflows/cleanup.yml (+8 -5)
📝 .github/workflows/release.yml (+27 -15)

📄 Description

  • specific workflow name via run_name variable
  • provides a "fake" tag to the manifest creation step (default 1.0.0, can be modified)
  • added to the scheduled cleanup action

Suggested in https://github.com/dani-garcia/vaultwarden/pull/6626#issuecomment-3697577078
I left the artifacts & containers attestation enabled, can be removed if deemed unnecessary.
This could be modified to also support PRs, perhaps allowing for test images specific to that PR (could be done now or at a later date)


🔄 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/6632 **Author:** [@dfunkt](https://github.com/dfunkt) **Created:** 12/30/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-dryrun-support` --- ### 📝 Commits (1) - [`928771e`](https://github.com/dani-garcia/vaultwarden/commit/928771e0482ac9e84a047a65e89dda6858981389) Add dry run support to the release workflow ### 📊 Changes **2 files changed** (+35 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/cleanup.yml` (+8 -5) 📝 `.github/workflows/release.yml` (+27 -15) </details> ### 📄 Description - specific workflow name via `run_name` variable - provides a "fake" tag to the manifest creation step (default 1.0.0, can be modified) - added to the scheduled cleanup action Suggested in https://github.com/dani-garcia/vaultwarden/pull/6626#issuecomment-3697577078 I left the artifacts & containers attestation enabled, can be removed if deemed unnecessary. This could be modified to also support PRs, perhaps allowing for test images specific to that PR (could be done now or at a later date) --- <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:54 -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#7457