Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ env:
# Note ci.yaml's build-ability job passes NO version input and so never
# broke — which is why every PR stayed green while every release died.
# renovate: datasource=github-releases depName=docker/buildx
BUILDX_VERSION: v0.36.0
BUILDX_VERSION: v0.36.1
# A cosign MAJOR is a breaking change even when the bump looks routine
# (v2→v3 flipped sign-blob defaults and broke release SBOM signing) — majors
# are not auto-merged; read the changelog before approving.
Expand Down
Loading