diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a2ee325..038c6db 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -111,7 +111,7 @@ jobs: step: build-image attestations: "git github environment oci" command: | - /bin/sh -c "docker buildx build -t ${{ steps.meta.outputs.tags }} --push . && docker save ${{ steps.meta.outputs.tags }} > image.tar" + /bin/sh -c "docker buildx build -t ${{ steps.meta.outputs.tags }} --push -o type=docker,dest=- . > image.tar" - name: Upload artifacts uses: actions/upload-artifact@v3