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.
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).
See:
Add a GitHub Actions workflow configuration to build and publish the
laava
container image to GitHub Packages with the tagghcr.io/formbio/laava:latest
.Tagging release versions (and updating the SHA digest, etc.) will still be manual.