Actions are currently failing with the error message:
/usr/bin/docker pull ghcr.io/rtcamp/action-slack-notify:v2.1.3
v2.1.3: Pulling from rtcamp/action-slack-notify
c9b1b535fdd9: Pulling fs layer
f597b81b5d49: Pulling fs layer
5315175e77ba: Pulling fs layer
180cd15dbe12: Pulling fs layer
f47731e8b606: Pulling fs layer
35c5edac0302: Pulling fs layer
25c20a50cc35: Pulling fs layer
f47731e8b606: Waiting
35c5edac0302: Waiting
25c20a50cc35: Waiting
180cd15dbe12: Waiting
error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided.
I don’t think this issue is just related to actions however. I cannot docker pull
any public ghcr image found in this search for instance. Same error message:
$ docker pull ghcr.io/gjchentw/alpine:edge
edge: Pulling from gjchentw/alpine
fa7045767063: Pulling fs layer
a1a95791ff2c: Pulling fs layer
426e3ad18ba7: Pulling fs layer
fe0e350e885c: Waiting
error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided.