Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push to heroku registry fail - 405 Method Not Allowed #728

Open
luca-montaigut opened this issue Jan 22, 2023 · 1 comment
Open

Push to heroku registry fail - 405 Method Not Allowed #728

luca-montaigut opened this issue Jan 22, 2023 · 1 comment

Comments

@luca-montaigut
Copy link

luca-montaigut commented Jan 22, 2023

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
@na-ji
Copy link

na-ji commented Mar 9, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants