Skip to content

Commit

Permalink
Solve gcloud auth error
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 15, 2024
1 parent a2ae405 commit 5601abd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ build:
#
local:
push: false
# Needed for preventing gcloud auth error even when GCR isn't used.
# Reference: https://github.com/GoogleContainerTools/skaffold/issues/9336#issuecomment-2105523768
useBuildkit: true
deploy:
helm:
releases:
Expand Down

0 comments on commit 5601abd

Please sign in to comment.