nx-tools icon indicating copy to clipboard operation
nx-tools copied to clipboard

Push to heroku registry fail - 405 Method Not Allowed

Open luca-montaigut opened this issue 2 years ago • 3 comments

Hello, a buildkit update prevents pushing on the heroku registry.

Here's what I got from support: https://help.heroku.com/74S3XXMP/workaround-for-docker-push-error-405-method-not-allowed-using-buildkit-0-11

It seems that the problem comes from the "provenance" option. I don't know if I can do anything else to help but I thought I could at least get you the information.

Temporary fix, update setup-buildx action :

      - name: Set up Docker Buildx
        uses: docker/setup-buildx-action@v2
        with:
          version: v0.9.1

luca-montaigut avatar Jan 22 '23 11:01 luca-montaigut

Hello! It would be great to have a way to disable provenance attestation on the configuration. I tried to use the env variable BUILDX_NO_DEFAULT_ATTESTATIONS but it didn't work for me. Any idea other than to downgrade buildx?

na-ji avatar Mar 09 '23 16:03 na-ji