From 7d345de808e8fb6fc10efc2fbf060a1f12b262be Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 17 May 2023 01:02:47 +0200 Subject: [PATCH] using provenance instead of attesition from buildx --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9afb7fd8..9b24d087 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,10 +68,11 @@ jobs: | tee docker-bake-template-meta.json - name: Build images with buildx bake id: bake - env: - BUILDX_NO_DEFAULT_ATTESTATIONS: 1 uses: docker/bake-action@v3.0.1 with: + # Using provenance to disable default attestation so it will build only desired images: + # https://github.com/orgs/community/discussions/45969 + provenance: false files: | docker-bake.hcl build.json