Skip to content

Commit 3192270

Browse files
Fix buildx error when image contains attestation manifest (#623)
Co-authored-by: Marcel Ribeiro-Dantas <[email protected]>
1 parent ba172e4 commit 3192270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-devcontainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555

5656
- name: Pre-build dev container image
5757
uses: devcontainers/[email protected]
58+
env:
59+
BUILDX_NO_DEFAULT_ATTESTATIONS: true
5860
with:
5961
configFile: .devcontainer/codespaces-dev/devcontainer.json
6062
imageName: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)