Commit 36d4d98
authored
BUILD: GoReleaser add Docker Buildx setup to release workflow (#4103)
GoReleaser v2's `dockers_v2` adds `--attest=type=sbom` by default, which
requires the docker-container driver. Without the setup-buildx-action
step, the default docker driver was used, causing "Attestation is not
supported for the docker driver" errors.
Fixes #41021 parent 6d78ec3 commit 36d4d98
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments