diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ee5998..e1b3b1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,7 @@ jobs: push: false tags: household-${{ matrix.service }}:ci platforms: linux/amd64 + provenance: false cache-from: type=gha cache-to: type=gha,mode=max @@ -168,6 +169,7 @@ jobs: push: true tags: ${{ steps.image.outputs.name }} platforms: linux/amd64 + provenance: false cache-from: type=registry,ref=${{ steps.image.outputs.cache_ref }} cache-to: type=registry,ref=${{ steps.image.outputs.cache_ref }},mode=max