There was an error while loading. Please reload this page.
2 parents 0ec9126 + 1c198f4 commit 14487ceCopy full SHA for 14487ce
.github/workflows/ci.yml
@@ -1542,3 +1542,26 @@ jobs:
1542
echo "::error::Should have failed"
1543
exit 1
1544
fi
1545
+
1546
+ no-default-attestations:
1547
+ runs-on: ubuntu-latest
1548
+ steps:
1549
+ -
1550
+ name: Checkout
1551
+ uses: actions/checkout@v4
1552
+ with:
1553
+ path: action
1554
1555
+ name: Set up Docker Buildx
1556
+ uses: docker/setup-buildx-action@v3
1557
1558
+ version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
1559
+ driver-opts: |
1560
+ image=${{ inputs.buildkit-image || env.BUILDKIT_IMAGE }}
1561
1562
+ name: Build
1563
+ uses: ./action
1564
1565
+ file: ./test/Dockerfile
1566
+ env:
1567
+ BUILDX_NO_DEFAULT_ATTESTATIONS: 1
0 commit comments