diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5ceac48c0..7d90ec997a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,10 +60,11 @@ jobs: - name: build ${{ inputs.image }} env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: ${{ inputs.context }} file: ${{ inputs.file }} + provenance: false push: true cache-from: type=registry,ref=${{ env.CACHE_REGISTRY }}/${{ inputs.image }}:build-cache cache-to: type=registry,mode=max,ref=${{ env.CACHE_REGISTRY }}/${{ inputs.image }}:build-cache