Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided. #28

Closed
Surfoo opened this issue Nov 30, 2020 · 1 comment

Comments

@Surfoo
Copy link

Surfoo commented Nov 30, 2020

Hello,

I got this error in my Github Actions workflow :

2020-11-30T17:54:32.4308630Z ##[section]Starting: Request a runner to run this job
2020-11-30T17:54:32.7417236Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-11-30T17:54:32.7417340Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-11-30T17:54:32.7417715Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-11-30T17:54:32.9082765Z ##[section]Finishing: Request a runner to run this job
2020-11-30T17:54:40.4534268Z Current runner version: '2.274.2'
2020-11-30T17:54:40.4562645Z ##[group]Operating System
2020-11-30T17:54:40.4563880Z Ubuntu
2020-11-30T17:54:40.4564678Z 18.04.5
2020-11-30T17:54:40.4565364Z LTS
2020-11-30T17:54:40.4566353Z ##[endgroup]
2020-11-30T17:54:40.4567248Z ##[group]Virtual Environment
2020-11-30T17:54:40.4568217Z Environment: ubuntu-18.04
2020-11-30T17:54:40.4569122Z Version: 20201115.1
2020-11-30T17:54:40.4570434Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20201115.1/images/linux/Ubuntu1804-README.md
2020-11-30T17:54:40.4572287Z ##[endgroup]
2020-11-30T17:54:40.4575954Z Prepare workflow directory
2020-11-30T17:54:40.5169418Z Prepare all required actions
2020-11-30T17:54:40.5181684Z Getting action download info
2020-11-30T17:54:40.8440241Z Download action repository 'actions/checkout@v2'
2020-11-30T17:54:42.6266006Z Download action repository 'actions/cache@v2.1.3'
2020-11-30T17:54:42.8798620Z Download action repository 'php-actions/composer@v4'
2020-11-30T17:54:43.3395739Z ##[group]Build container for action use: '/home/runner/work/_actions/php-actions/composer/v4/Dockerfile'.
2020-11-30T17:54:43.3461174Z ##[command]/usr/bin/docker build -t 179394:8071e738fc7242248de99851b7bdb269 -f "/home/runner/work/_actions/php-actions/composer/v4/Dockerfile" "/home/runner/work/_actions/php-actions/composer/v4"
2020-11-30T17:54:44.1903565Z Sending build context to Docker daemon  19.46kB
2020-11-30T17:54:44.1905130Z 
2020-11-30T17:54:44.2311914Z Step 1/14 : FROM ghcr.io/php-actions/php-build:v1
2020-11-30T17:54:45.1246235Z error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided.
2020-11-30T17:54:45.1249005Z v1: Pulling from php-actions/php-build
2020-11-30T17:54:45.1250476Z 3ff22d22a855: Pulling fs layer
2020-11-30T17:54:45.1252068Z e7cb79d19722: Pulling fs layer
2020-11-30T17:54:45.1253406Z 323d0d660b6a: Pulling fs layer
2020-11-30T17:54:45.1254056Z b7f616834fd0: Pulling fs layer
2020-11-30T17:54:45.1259024Z 371095d385c1: Pulling fs layer
2020-11-30T17:54:45.1259715Z 8e7906228a34: Pulling fs layer
2020-11-30T17:54:45.1260378Z d18e021a7260: Pulling fs layer
2020-11-30T17:54:45.1261039Z 8543c6b5499b: Pulling fs layer
2020-11-30T17:54:45.1261680Z 87b955babc78: Pulling fs layer
2020-11-30T17:54:45.1262343Z 603eae686411: Pulling fs layer
2020-11-30T17:54:45.1263001Z 4c678b90297a: Pulling fs layer
2020-11-30T17:54:45.1263665Z 30afe4abeade: Pulling fs layer
2020-11-30T17:54:45.1264358Z 466ce11a738a: Pulling fs layer
2020-11-30T17:54:45.1265025Z 5497c638643f: Pulling fs layer
2020-11-30T17:54:45.1265678Z ec6e0b3a57b2: Pulling fs layer
2020-11-30T17:54:45.1266377Z 54daec61ba20: Pulling fs layer
2020-11-30T17:54:45.1267062Z 27fd7e37b8f1: Pulling fs layer
2020-11-30T17:54:45.1267713Z 350e0bba14b5: Pulling fs layer
2020-11-30T17:54:45.1268395Z b7f616834fd0: Waiting
2020-11-30T17:54:45.1268977Z 371095d385c1: Waiting
2020-11-30T17:54:45.1269570Z 8e7906228a34: Waiting
2020-11-30T17:54:45.1270167Z d18e021a7260: Waiting
2020-11-30T17:54:45.1270756Z 8543c6b5499b: Waiting
2020-11-30T17:54:45.1271354Z 87b955babc78: Waiting
2020-11-30T17:54:45.1271959Z 603eae686411: Waiting
2020-11-30T17:54:45.1272540Z 4c678b90297a: Waiting
2020-11-30T17:54:45.1273155Z 30afe4abeade: Waiting
2020-11-30T17:54:45.1273773Z 466ce11a738a: Waiting
2020-11-30T17:54:45.1274342Z 5497c638643f: Waiting
2020-11-30T17:54:45.1274954Z ec6e0b3a57b2: Waiting
2020-11-30T17:54:45.1275588Z 54daec61ba20: Waiting
2020-11-30T17:54:45.1276494Z 27fd7e37b8f1: Waiting
2020-11-30T17:54:45.1277111Z 350e0bba14b5: Waiting
2020-11-30T17:54:45.1292285Z ##[warning]Docker build failed with exit code 1, back off 8.494 seconds before retry.
2020-11-30T17:54:53.6263072Z ##[command]/usr/bin/docker build -t 179394:8071e738fc7242248de99851b7bdb269 -f "/home/runner/work/_actions/php-actions/composer/v4/Dockerfile" "/home/runner/work/_actions/php-actions/composer/v4"
2020-11-30T17:54:53.6679446Z Sending build context to Docker daemon  19.46kB
2020-11-30T17:54:53.6680167Z 
2020-11-30T17:54:53.7146838Z Step 1/14 : FROM ghcr.io/php-actions/php-build:v1
2020-11-30T17:54:53.9766497Z v1: Pulling from php-actions/php-build
2020-11-30T17:54:53.9770189Z 3ff22d22a855: Pulling fs layer
2020-11-30T17:54:53.9773889Z e7cb79d19722: Pulling fs layer
2020-11-30T17:54:53.9776708Z 323d0d660b6a: Pulling fs layer
2020-11-30T17:54:53.9779421Z b7f616834fd0: Pulling fs layer
2020-11-30T17:54:53.9782241Z 371095d385c1: Pulling fs layer
2020-11-30T17:54:53.9786826Z 8e7906228a34: Pulling fs layer
2020-11-30T17:54:53.9788302Z d18e021a7260: Pulling fs layer
2020-11-30T17:54:53.9789766Z 8543c6b5499b: Pulling fs layer
2020-11-30T17:54:53.9803468Z 87b955babc78: Pulling fs layer
2020-11-30T17:54:53.9815193Z 603eae686411: Pulling fs layer
2020-11-30T17:54:53.9822257Z 4c678b90297a: Pulling fs layer
2020-11-30T17:54:53.9826661Z 30afe4abeade: Pulling fs layer
2020-11-30T17:54:53.9830645Z 466ce11a738a: Pulling fs layer
2020-11-30T17:54:53.9834534Z 5497c638643f: Pulling fs layer
2020-11-30T17:54:53.9837141Z ec6e0b3a57b2: Pulling fs layer
2020-11-30T17:54:53.9840672Z 54daec61ba20: Pulling fs layer
2020-11-30T17:54:53.9843384Z 27fd7e37b8f1: Pulling fs layer
2020-11-30T17:54:53.9845806Z 350e0bba14b5: Pulling fs layer
2020-11-30T17:54:53.9848371Z b7f616834fd0: Waiting
2020-11-30T17:54:53.9850764Z 371095d385c1: Waiting
2020-11-30T17:54:53.9853542Z 8e7906228a34: Waiting
2020-11-30T17:54:53.9856047Z d18e021a7260: Waiting
2020-11-30T17:54:53.9858238Z 8543c6b5499b: Waiting
2020-11-30T17:54:53.9860459Z 87b955babc78: Waiting
2020-11-30T17:54:53.9863511Z 603eae686411: Waiting
2020-11-30T17:54:53.9865952Z 4c678b90297a: Waiting
2020-11-30T17:54:53.9868193Z 30afe4abeade: Waiting
2020-11-30T17:54:53.9870711Z 466ce11a738a: Waiting
2020-11-30T17:54:53.9872908Z 5497c638643f: Waiting
2020-11-30T17:54:53.9875242Z ec6e0b3a57b2: Waiting
2020-11-30T17:54:53.9877714Z 54daec61ba20: Waiting
2020-11-30T17:54:53.9880343Z 27fd7e37b8f1: Waiting
2020-11-30T17:54:53.9882706Z 350e0bba14b5: Waiting
2020-11-30T17:54:54.0636231Z error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided.
2020-11-30T17:54:54.0644536Z ##[warning]Docker build failed with exit code 1, back off 5.226 seconds before retry.
2020-11-30T17:54:59.2861645Z ##[command]/usr/bin/docker build -t 179394:8071e738fc7242248de99851b7bdb269 -f "/home/runner/work/_actions/php-actions/composer/v4/Dockerfile" "/home/runner/work/_actions/php-actions/composer/v4"
2020-11-30T17:54:59.3412344Z Sending build context to Docker daemon  19.46kB
2020-11-30T17:54:59.3413349Z 
2020-11-30T17:54:59.3973602Z Step 1/14 : FROM ghcr.io/php-actions/php-build:v1
2020-11-30T17:54:59.6358083Z v1: Pulling from php-actions/php-build
2020-11-30T17:54:59.6359130Z 3ff22d22a855: Pulling fs layer
2020-11-30T17:54:59.6359965Z e7cb79d19722: Pulling fs layer
2020-11-30T17:54:59.6360706Z 323d0d660b6a: Pulling fs layer
2020-11-30T17:54:59.6361420Z b7f616834fd0: Pulling fs layer
2020-11-30T17:54:59.6362141Z 371095d385c1: Pulling fs layer
2020-11-30T17:54:59.6362919Z 8e7906228a34: Pulling fs layer
2020-11-30T17:54:59.6363628Z d18e021a7260: Pulling fs layer
2020-11-30T17:54:59.6364369Z 8543c6b5499b: Pulling fs layer
2020-11-30T17:54:59.6365098Z 87b955babc78: Pulling fs layer
2020-11-30T17:54:59.6365792Z 603eae686411: Pulling fs layer
2020-11-30T17:54:59.6366524Z 4c678b90297a: Pulling fs layer
2020-11-30T17:54:59.6367286Z 30afe4abeade: Pulling fs layer
2020-11-30T17:54:59.6368007Z 466ce11a738a: Pulling fs layer
2020-11-30T17:54:59.6368731Z 5497c638643f: Pulling fs layer
2020-11-30T17:54:59.6369496Z ec6e0b3a57b2: Pulling fs layer
2020-11-30T17:54:59.6370224Z 54daec61ba20: Pulling fs layer
2020-11-30T17:54:59.6371166Z 27fd7e37b8f1: Pulling fs layer
2020-11-30T17:54:59.6371914Z 350e0bba14b5: Pulling fs layer
2020-11-30T17:54:59.6372586Z b7f616834fd0: Waiting
2020-11-30T17:54:59.6373271Z 371095d385c1: Waiting
2020-11-30T17:54:59.6373881Z 8e7906228a34: Waiting
2020-11-30T17:54:59.6374575Z d18e021a7260: Waiting
2020-11-30T17:54:59.6375241Z 8543c6b5499b: Waiting
2020-11-30T17:54:59.6375919Z 87b955babc78: Waiting
2020-11-30T17:54:59.6376819Z 603eae686411: Waiting
2020-11-30T17:54:59.6377517Z 4c678b90297a: Waiting
2020-11-30T17:54:59.6378159Z 30afe4abeade: Waiting
2020-11-30T17:54:59.6378872Z 466ce11a738a: Waiting
2020-11-30T17:54:59.6379531Z 5497c638643f: Waiting
2020-11-30T17:54:59.6380178Z ec6e0b3a57b2: Waiting
2020-11-30T17:54:59.6380895Z 54daec61ba20: Waiting
2020-11-30T17:54:59.6381628Z 27fd7e37b8f1: Waiting
2020-11-30T17:54:59.6382266Z 350e0bba14b5: Waiting
2020-11-30T17:54:59.7205666Z error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided.
2020-11-30T17:54:59.7224373Z ##[endgroup]
2020-11-30T17:54:59.7363552Z ##[error]Docker build failed with exit code 1
2020-11-30T17:54:59.7528440Z Cleaning up orphan processes

Same error when I want to build the image:

$ docker build .            
                                                                                                                                               
Sending build context to Docker daemon  174.6kB
Step 1/14 : FROM ghcr.io/php-actions/php-build:v1
v1: Pulling from php-actions/php-build
3ff22d22a855: Pulling fs layer 
e7cb79d19722: Pulling fs layer 
323d0d660b6a: Pulling fs layer 
b7f616834fd0: Waiting 
371095d385c1: Waiting 
8e7906228a34: Waiting 
d18e021a7260: Waiting 
8543c6b5499b: Waiting 
87b955babc78: Waiting 
603eae686411: Waiting 
4c678b90297a: Waiting 
30afe4abeade: Waiting 
466ce11a738a: Waiting 
5497c638643f: Waiting 
ec6e0b3a57b2: Waiting 
54daec61ba20: Waiting 
27fd7e37b8f1: Waiting 
350e0bba14b5: Waiting 
error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided.

Where is the problem? On you side?

Thanks your help!

@Surfoo
Copy link
Author

Surfoo commented Nov 30, 2020

oops duplicate with php-actions/php-build#2

@Surfoo Surfoo closed this as completed Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant