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
#3 [internal] load metadata for docker.io/library/build:latest
#3 ERROR: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
------
> [internal] load metadata for docker.io/library/build:latest:
------
Dockerfile:4
--------------------
2 | RUN apk add --no-cache curl unzip
3 |
4 | >>> FROM build
5 | RUN curl -OJL https://github.com/Yucked/Grimoire/archive/refs/heads/main.zip && \
6 | unzip '*.zip' && \
--------------------
ERROR: failed to solve: build: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Error: buildx failed with: ERROR: failed to solve: build: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Expected behaviour
Should be able to build the image
Actual behaviour
Fails to build the image and push to github registry
Error: buildx failed with: ERROR: failed to solve: build: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Contributing guidelines
I've found a bug, and:
Description
Error when pushing to ghcr.io, workflow is as follow:
Already tried the suggestions in #160
Expected behaviour
Should be able to build the image
Actual behaviour
Fails to build the image and push to github registry
Repository URL
https://github.com/Yucked/Grimoire
Workflow run URL
https://github.com/Yucked/Grimoire/actions/runs/6486766699/job/17615641628
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: