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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
before:
docker login -u $REGISTRY_USERNAME -p $REGISTRY_PASSWORD
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Login Succeeded
with this PR:
echo $REGISTRY_PASSWORD | docker login -u "$REGISTRY_USERNAME" --password-stdin
Login Succeeded
Signed-off-by: Sebastiaan van Stijn <[email protected]>
0 commit comments