From dde1c180006f346007f8bdc82cfa903db5db87fe Mon Sep 17 00:00:00 2001 From: gregnuj Date: Thu, 28 Mar 2024 08:58:51 -0500 Subject: [PATCH] fix build/push action provenance setting --- .github/workflows/warp-protocol-api.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/warp-protocol-api.yml b/.github/workflows/warp-protocol-api.yml index 21994ab8..5ffadcbe 100644 --- a/.github/workflows/warp-protocol-api.yml +++ b/.github/workflows/warp-protocol-api.yml @@ -7,7 +7,7 @@ on: - main - test - beta - + paths: - indexers/warp-protocol/src/** - apps/warp-protocol-api/src/** @@ -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 }}