formbio / laava

LAAVA: Long-read AAV Analysis
MIT License
6 stars 1 forks source link

Configure GHA to build and publish "latest" docker container image #52

Closed etal closed 3 weeks ago

etal commented 3 months ago

See:

Add a GitHub Actions workflow configuration to build and publish the laava container image to GitHub Packages with the tag ghcr.io/formbio/laava:latest.

Tagging release versions (and updating the SHA digest, etc.) will still be manual.

etal commented 1 month ago

Then, the GHA CI configuration (#35) can just use container: ghcr.io/formbio/laava:latest instead of installing apt packages within the VM each time. (Apparently caching apt packages is not worth it).