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
Separated the Docker hub username and org name values:
There must be a repository variable named DOCKER_ORG_NAME which contains the Docker hub org name you wish to push under. This can be just your Docker hub username or another Docker organization which the DOCKER_USERNAME user has privileges to push on.
There must be a repository secret named DOCKER_USERNAME which contains the Docker hub username you wish to log into as.