Skip to content

Add dry run support to the release workflow#6632

Open
dfunkt wants to merge 1 commit intodani-garcia:mainfrom
dfunkt:add-dryrun-support
Open

Add dry run support to the release workflow#6632
dfunkt wants to merge 1 commit intodani-garcia:mainfrom
dfunkt:add-dryrun-support

Conversation

@dfunkt
Copy link
Copy Markdown
Contributor

@dfunkt dfunkt commented Dec 30, 2025

  • 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 #6626 (comment)
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)

- 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
@dfunkt
Copy link
Copy Markdown
Contributor Author

dfunkt commented Dec 30, 2025

This could also be done without pushing anything to the registry (stopping at the base tag generation step). Depends on whether the goal is to simulate the entire release process or not.

@williamdes

This comment was marked as resolved.

@dfunkt
Copy link
Copy Markdown
Contributor Author

dfunkt commented Dec 30, 2025

And how would this edge tag differ from the current testing tag that gets pushed after every commit? Or did you mean that this edge tag would only be added to the regular releases (like 1.34.3,1.35.0)?

@williamdes
Copy link
Copy Markdown
Contributor

And how would this edge tag differ from the current testing tag that gets pushed after every commit?

Sorry, I did not check :/
Perfect if we have the testing tag then 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants