From e7600556fa60b78546e780b7e2b007289dcb903c Mon Sep 17 00:00:00 2001 From: Xin Li Date: Fri, 16 Jun 2023 10:20:10 -0500 Subject: [PATCH] set provenance: false Signed-off-by: Xin Li --- .github/workflows/release-integration.yml | 1 + .github/workflows/release-production.yml | 1 + .github/workflows/rosetta.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index 4b845791159..1b83b4dc96c 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -60,6 +60,7 @@ jobs: cache-to: type=gha,mode=max context: ${{env.CONTEXT}} platforms: linux/amd64, linux/arm64 + provenance: false push: true tags: ${{env.IMAGE}}:${{env.VERSION}},${{env.IMAGE}}:main,${{env.IMAGE}}:main-${{ github.sha }} diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 9632fcc7b08..2c6b1a63876 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -61,6 +61,7 @@ jobs: cache-to: type=gha,mode=max context: ${{env.CONTEXT}} platforms: linux/amd64, linux/arm64 + provenance: false push: true tags: ${{env.IMAGE}}:${{env.TAG}},${{env.IMAGE}}:latest diff --git a/.github/workflows/rosetta.yml b/.github/workflows/rosetta.yml index 60fc558ce49..ce2aba0cef4 100644 --- a/.github/workflows/rosetta.yml +++ b/.github/workflows/rosetta.yml @@ -50,6 +50,7 @@ jobs: cache-to: type=gha,mode=max context: ./hedera-mirror-rosetta/container outputs: type=docker,dest=/tmp/${{ env.MODULE }}.tar + provenance: false tags: ${{ env.MODULE }}:latest - name: Upload Artifact