400 error on pushing to registry

Hi,

Out of nowhere we suddenly started seeing errors building and pushing our fly images.

This is the command we run in Github Actions (on Namespace.so workers):

      - uses: superfly/flyctl-actions/setup-flyctl@master
      - name: Deploy app
        run: |
          flyctl deploy \
            --remote-only \
            --app "our_app_name"

and this is the error we get in CI:

 #25 ERROR: failed to push registry.fly.io/***: failed commit on ref "layer-sha256:***": unexpected status from PUT request to https://registry.fly.io/v2/***/blobs/uploads/***?_state=***&digest=sha256%***: 400 Bad Request

I don’t really know where to start debugging, we haven’t changed anything in our build process before this started happening.

Any pointers?

Do you get the same if you do that command locally?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.