Cyb3r-Jak3 / html5validator-action

GitHub Action that checks HTML5 syntax.
https://github.com/marketplace/actions/html5-validator
Mozilla Public License 2.0
42 stars 12 forks source link

[BUG] unauthorized: unauthenticated: User cannot be authenticated with the token provided | on pulling docker images #34

Closed igormcsouza closed 2 years ago

igormcsouza commented 2 years ago

Describe the bug Got an error when pulling image from docker (on the begining of the action)

 error pulling image configuration: download failed after attempts=1: unauthorized: unauthenticated: User cannot be authenticated with the token provided.

To Reproduce Steps to reproduce the behavior:

  1. Starts the job
  2. As soon as the docker starts pooling the error comes

What is the current bug behavior

What actually happens

Expected behavior Pull the image and continue with the html check normaly

Screenshots image

Additional context I already ran this action before, with no problems! Here is an example!

igormcsouza commented 2 years ago

Weird is that the image looks open https://github.com/cyb3r-jak3/html5validator-docker/pkgs/container/html5validator/23477120?tag=source-alpine

Cyb3r-Jak3 commented 2 years ago

Hi @igormcsouza Can you try re-running your action again? The timing of it looks suspiciously like it could have been affected by an outage earlier today: https://www.githubstatus.com/incidents/10vm6ctn52gx

igormcsouza commented 2 years ago

It works now.. thanks for the help and support! :D