rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

Add workflow for publishing containers versions #71

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

There are some existing github workflows that allow publishing a new version on push to main. This might be a bit too much, because we might want to capture more PRs in a single release. It would be nice instead to be able to publish a new container when we push a version tag to signal that we want a release.

andreeaflorescu commented 1 year ago

Fixed by: #73 #75 #76