You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Github workflow actually succeeds and it seems like the Docker build didn't actually raise any exit codes other than 0. However, the build silently fails to push to Github Container Registry.
I'm not 100% positive this bug is intended for buildx, as I don't fully know all the projects associated with Docker and where to report errors like this, but the Github Workflow utilizes a buildx step to do the build and push, this being where it fails silently.
We have a multiarch build setup for AMD64 Ubuntu and ARM64 Ubuntu, and self-hosted Github runner deploying to our Github container registry.
Yesterday we started seeing the following during our builds:
The Github workflow actually succeeds and it seems like the Docker build didn't actually raise any exit codes other than 0. However, the build silently fails to push to Github Container Registry.
I believe we started pulling in docker-ce 20.10.23 (https://docs.docker.com/engine/release-notes/#201023) yesterday which includes buildx 0.10.0. A downgrade to docker-ce 20.10.22 seems to correct the issue.
I'm not 100% positive this bug is intended for buildx, as I don't fully know all the projects associated with Docker and where to report errors like this, but the Github Workflow utilizes a buildx step to do the build and push, this being where it fails silently.
The text was updated successfully, but these errors were encountered: