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 ff0f8da commit 2e6caba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/warp-protocol-api.yml
Original file line number Diff line number Diff line change
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 2e6caba

Please sign in to comment.