You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error indicates that docker login action requires an username and a password, but it seems that these credentials are not provided in you environment variables. make sure that docker hub username and token ready, set the docker_username envoirmental variable to you Docker hub token, be sure that those environment variables are correctly passed to the docker login action. hope this helps
Describe the bug
When the build is ran for an external contribution, GA does not have access to our credentials and running
docker login
obviously can't work:Expected behavior
Skip docker login with external contribution or find a way to pass our credentials to the build
Attachment
See https://github.com/dadoonet/fscrawler/actions/runs/8466140957/job/23195719627?pr=1846 as an example
The text was updated successfully, but these errors were encountered: