Ville Skyttä
Ville Skyttä
Wrt chat vs this issue, perhaps GitHub Discussions? https://docs.github.com/en/discussions (they're not a chat either though, but JFYI just in case) -- issues such as this one can be converted to...
A GitHub workflow to build and push the Docker image on releases to ghcr.io could look something like this: ```yaml name: "Docker image" on: push: tags: - "^v[0-9]+\\.[0-9]+$" jobs: docker-image:...
Anything I can do to help nudge this forward?
Having something like that stated in docs would be good enough as far as I'm concerned. I'd personally omit the "which is basically all of them" part though, because don't...
> the digest for release artifact field hasn't quite made its way to the github library we use yet A [PR that adds](https://github.com/google/go-github/pull/3628) it was merged a couple of days...
> A [PR that adds](https://github.com/google/go-github/pull/3628) it was merged a couple of days ago. No release with it out yet though. The digest field is now available as of [v74.0.0](https://github.com/google/go-github/releases/tag/v74.0.0): >...