Skip to content

Commit

Permalink
set provenance: false
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Li <xin@swirldslabs.com>
  • Loading branch information
xin-hedera committed Jun 16, 2023
1 parent aa8fb40 commit e760055
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-integration.yml
Expand Up @@ -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 }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-production.yml
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rosetta.yml
Expand Up @@ -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
Expand Down

0 comments on commit e760055

Please sign in to comment.