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
The GitHub Actions workflow for actions/first-interaction@v1.3.0 is failing during the Docker build process. The error message indicates a 401 Unauthorized error when attempting to fetch an OAuth token from Docker Hub. Here are the relevant details:
Workflow: actions/first-interaction@v1.3.0
Error Message:
failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Alibrary%2Fnode%3Apull&service=registry.docker.io: 401 Unauthorized
Steps to Reproduce
Trigger the GitHub Actions workflow for actions/first-interaction@v1.3.0.
Observe the Docker build step.
The text was updated successfully, but these errors were encountered:
Issue Description
The GitHub Actions workflow for
actions/first-interaction@v1.3.0
is failing during the Docker build process. The error message indicates a 401 Unauthorized error when attempting to fetch an OAuth token from Docker Hub. Here are the relevant details:actions/first-interaction@v1.3.0
Steps to Reproduce
actions/first-interaction@v1.3.0
.The text was updated successfully, but these errors were encountered: