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 c836574
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 @@ -61,6 +61,7 @@ jobs:
context: ${{env.CONTEXT}}
platforms: linux/amd64, linux/arm64
push: true
provenance: false
tags: ${{env.IMAGE}}:${{env.VERSION}},${{env.IMAGE}}:main,${{env.IMAGE}}:main-${{ github.sha }}

deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-production.yml
Expand Up @@ -62,6 +62,7 @@ jobs:
context: ${{env.CONTEXT}}
platforms: linux/amd64, linux/arm64
push: true
provenance: false
tags: ${{env.IMAGE}}:${{env.TAG}},${{env.IMAGE}}:latest

chart:
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 c836574

Please sign in to comment.