Skip to content

Commit

Permalink
fix build/push action provenance setting
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Mar 28, 2024
1 parent 9b41fc2 commit dde1c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/warp-protocol-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
- test
- beta

paths:
- indexers/warp-protocol/src/**
- apps/warp-protocol-api/src/**
Expand Down Expand Up @@ -204,6 +204,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
file: ${{ env.API_DOCKERFILE }}
context: ${{ env.API_CONTEXT_PATH }}
provenance: false
tags: |
${{ steps.login-ecr.outputs.registry }}/${{ env.API_ECR_REPO }}:${{ env.DOCKER_IMAGE_TAG }}
Expand Down

0 comments on commit dde1c18

Please sign in to comment.