Closed lovasoa closed 2 years ago
Since today, this action started to fail with
Build container for action use: '/home/runner/work/_actions/dokku/github-action/v1.0.2/Dockerfile'. /usr/bin/docker build -t 5588e4:bdb53270c9d04d7ba269b8ea8691740b -f "/home/runner/work/_actions/dokku/github-action/v1.0.2/Dockerfile" "/home/runner/work/_actions/dokku/github-action/v1.0.2" Sending build context to Docker daemon 29.7kB Step 1/1 : FROM dokku/ci-docker-image:0.0.12 unauthorized: authentication required Warning: Docker build failed with exit code 1, back off 2.813 seconds before retry.
I am using
uses: dokku/github-action@v1.0.2
That seems like its an issue with docker hub auth limits. You'll want to authenticate to docker hub (there are github actions for this) and then build if you're hitting these sorts of limits.
Since today, this action started to fail with
I am using