diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 06e82792..728fa0f0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,15 +64,15 @@ jobs: type=ref,event=tag type=sha,format=short,prefix= - - name: Build and export (AMD64 & ARM64) - uses: docker/build-push-action@v6 - with: - context: . - file: ./docker/Dockerfile - push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 +# - name: Build and export (AMD64 & ARM64) +# uses: docker/build-push-action@v6 +# with: +# context: . +# file: ./docker/Dockerfile +# push: ${{ github.event_name != 'pull_request' }} +# tags: ${{ steps.meta.outputs.tags }} +# labels: ${{ steps.meta.outputs.labels }} +# platforms: linux/amd64,linux/arm64 - name: replace psycopg binary to c version run: |