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
Skaffold has special case logic to try to use GGCR's gcloud-based authenticator for gcr.io and *.gcr.io. We should also do this for *-docker.pkg.dev. This will simplify life for Cloud Deploy users.(edit: this will only affect docker builds that use the docker daemon 😢 )
Skaffold has special case logic to try to use GGCR's
gcloud
-based authenticator forgcr.io
and*.gcr.io
. We should also do this for*-docker.pkg.dev
.This will simplify life for Cloud Deploy users.(edit: this will only affect docker builds that use the docker daemon 😢 )skaffold/pkg/skaffold/docker/authenticators.go
Lines 100 to 105 in a3164bb
This is similar to what GGCR does already for the
google
keychain.(Perhaps we can just use this google keychain?)
The text was updated successfully, but these errors were encountered: