Skip to content

Manual docker publish - #2419

Open
Mirko-von-Leipzig wants to merge 3 commits into
nextfrom
mirko/docker
Open

Manual docker publish#2419
Mirko-von-Leipzig wants to merge 3 commits into
nextfrom
mirko/docker

Conversation

@Mirko-von-Leipzig

@Mirko-von-Leipzig Mirko-von-Leipzig commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

Refactors our docker workflows so that a single flow performs CI checks, manual publishing, and release publishing.

This is achieved by having a separate docker.yml which is triggered either manually or by workflow dispatch, and can be run in publish or dryrun mode.

  • ci.yml invokes dryrun
  • release.yml invokes dryrun, and then publish once all dryruns work
  • manual can do either

Manual mode addresses the need to publish non-release artifacts for demo's or testing without going through the entire release process.

Changelog

changelog = "none"
reason    = "Internal change only."

@kkovaacs kkovaacs left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

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