Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): Use
release-please
output as tag value input for Docker…
… tagging There's an issue: the Docker metadata fetching requires a tag push event. However, release-please doesn't work off tag push events but only (default) branch push events. (At least that's what all the docs indicate). The solution is to continue to ignore tag pushes (seems a bit unidiomatic though) and instead continue to check for created releases and then use the provided output of the released tag name (*even though it's a branch push event*).
- Loading branch information