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