v1.0.1
Patch release. Drop-in for v1.0.0 — no input or output changes.
Fixed
build_and_push wrote its cache outputs as name=value, which breaks GitHub Actions
output parsing when cache_from or cache_to contains multiple lines — the documented
way to pass more than one cache source. The build silently used only the first line.
Now written as multiline output blocks with a collision-checked delimiter.
Thanks to @andrei-21 (#5).
Pin to this release
uses: pubky/ci-workflows/.github/actions/docker/build_and_push@__fb57f8b93748b593adfce2cd722d788e3d3bf81d__ # v1.0.1
Reference the commit fb57f8b93748b593adfce2cd722d788e3d3bf81d, not @v1.0.1 and not @main — a tag can be moved by its
owner, a fb57f8b93748b593adfce2cd722d788e3d3bf81d cannot. The trailing comment is what Dependabot reads to compute bumps.
Consumers on v1.0.0 need no action: Dependabot will propose this bump automatically,
after the 7-day cooldown.