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
fix: Pass GHCR credentials to Jib via system properties
Jib doesn't automatically use DOCKER_USERNAME/DOCKER_PASSWORD environment
variables. Pass credentials directly via -Djib.to.auth.username and
-Djib.to.auth.password system properties to fix Docker push failures.
0 commit comments