Closed
Description
CI started going red after some simple dependabot PRs:
These PRs really shouldn't be changing how we push docker images, but they're resulting in failures:
Here's an example failure: https://github.com/oxidecomputer/omicron/runs/8211105499?check_suite_focus=true
#22 exporting to image
#22 exporting layers
#22 exporting layers 4.0s done
#22 ...
#23 [auth] oxidecomputer/omicron:pull,push token for ghcr.io
#23 DONE 0.0s
#22 exporting to image
#22 exporting manifest sha256:cd232512a422c64b9c3d97340c63a275d31dcb9c4034299e3bfc1b646c0796f4 done
#22 exporting config sha256:dd0f52eed5c77b6576923886f1e057615c51d9cb64e788f31607f43521964161 done
#22 pushing layers
#22 pushing layers 0.4s done
#22 ERROR: unexpected status: 403 Forbidden
------
> exporting to image:
------
WARNING: local cache import at /tmp/.buildx-cache not found due to err: could not read /tmp/.buildx-cache/index.json: open /tmp/.buildx-cache/index.json: no such file or directory
error: failed to solve: unexpected status: 403 Forbidden
Error: buildx call failed with: error: failed to solve: unexpected status: 403 Forbidden