Skip to content

Commit

Permalink
Merge pull request #191 from thefrontside/gke-gcloud-auth-plugin-env
Browse files Browse the repository at this point in the history
set USE_GKE_GCLOUD_AUTH_PLUGIN env to use gcloud auth plugin in deploy process
  • Loading branch information
jbolda committed Jan 6, 2023
2 parents 46498ce + 96e43a0 commit fed118d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ concurrency: ${{ github.ref }}

env:
IMAGE: 'northamerica-northeast1-docker.pkg.dev/frontside-backstage/frontside-artifacts/backstage'
USE_GKE_GCLOUD_AUTH_PLUGIN: true

jobs:
deploy:
Expand Down

0 comments on commit fed118d

Please sign in to comment.