Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
SystemDS
Description
With the current credentials we could login to the docker via github action.
But unable to push to docker hub. My personal user account is able to push to the repository (apache/systemds), my token has the following permissions - Read, Write, Delete.
Error log:
{code}
#11 [auth] apache/systemds:pull,push token for registry-1.docker.io
#11 DONE 0.0s
#10 exporting to image
#10 ...
#12 [auth] apache/systemds:pull,push token for registry-1.docker.io
#12 DONE 0.0s
#13 [auth] apache/systemds:pull,push token for registry-1.docker.io
#13 DONE 0.0s
#10 exporting to image
#10 ...
#14 [auth] apache/systemds:pull,push token for registry-1.docker.io
#14 DONE 0.0s
#10 exporting to image
#10 pushing layers 0.9s done
#10 ERROR: authorization status: 401: authorization failed
------
> exporting to image:
------
error: failed to solve: authorization status: 401: authorization failed
Error: buildx failed with: error: failed to solve: authorization status: 401: authorization failed
{code}
But unable to push to docker hub. My personal user account is able to push to the repository (apache/systemds), my token has the following permissions - Read, Write, Delete.
Error log:
{code}
#11 [auth] apache/systemds:pull,push token for registry-1.docker.io
#11 DONE 0.0s
#10 exporting to image
#10 ...
#12 [auth] apache/systemds:pull,push token for registry-1.docker.io
#12 DONE 0.0s
#13 [auth] apache/systemds:pull,push token for registry-1.docker.io
#13 DONE 0.0s
#10 exporting to image
#10 ...
#14 [auth] apache/systemds:pull,push token for registry-1.docker.io
#14 DONE 0.0s
#10 exporting to image
#10 pushing layers 0.9s done
#10 ERROR: authorization status: 401: authorization failed
------
> exporting to image:
------
error: failed to solve: authorization status: 401: authorization failed
Error: buildx failed with: error: failed to solve: authorization status: 401: authorization failed
{code}