Skip to content

Commit e4fcea8

Browse files
committed
fix: add docker buildx setup for dockers_v2 attestation support
dockers_v2 adds --attest=type=sbom by default, which requires the docker-container buildx driver. Add docker/setup-buildx-action to the release workflow to replace the default docker driver.
1 parent b74ee59 commit e4fcea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/go-build-release/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ runs:
3636
install_syft: 'true'
3737
install_goreleaser: 'true'
3838

39+
- name: Setup Docker Buildx
40+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
41+
3942
- name: Authenticate to registry
4043
uses: ./.github/actions/ghcr-login
4144
with:

0 commit comments

Comments
 (0)