diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3a66cfbe2..211f19794b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -238,7 +238,6 @@ jobs: with: file: dev/Dockerfile platforms: ${{ matrix.platform }} - target: prd cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:latest outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true - run: |