From 6ecc586aaa8c9e542bd238d13e89255a923c86b5 Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Sun, 14 Jan 2024 14:26:16 -0800 Subject: [PATCH] add 'provenance: false' to docker build as suggested in https://github.com/orgs/community/discussions/45779#discussioncomment-6652717 --- .github/workflows/on-push-main.yml | 1 + .github/workflows/on-release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/on-push-main.yml b/.github/workflows/on-push-main.yml index eaf41ed..992618d 100644 --- a/.github/workflows/on-push-main.yml +++ b/.github/workflows/on-push-main.yml @@ -49,6 +49,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + provenance: false clean-ghcr: name: Delete old dev container images diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 9b6a0a3..7ece478 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -46,3 +46,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + provenance: false