Skip to content

Commit e38cbbc

Browse files
author
Andrea Falzetti
committed
fix: gcloud auth for jetbrains backend-plugin gha workflow
1 parent 21f3b00 commit e38cbbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/jetbrains-update-backend-latest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,15 @@ jobs:
3434
key: ${{ runner.os }}-leeway-cache-${{ hashFiles('backend-plugin.version') }}
3535
restore-keys: |
3636
${{ runner.os }}-leeway-cache-
37+
- name: Auth Google Cloud SDK
38+
uses: google-github-actions/auth@v0
39+
with:
40+
credentials_json: ${{ secrets.GCP_SA_KEY }}
3741
- name: Set up Google Cloud SDK
3842
uses: google-github-actions/setup-gcloud@v0
3943
with:
4044
project_id: ${{ secrets.GCP_PROJECT_ID }}
4145
- run: |
4246
gcloud auth configure-docker --quiet
4347
export LEEWAY_WORKSPACE_ROOT=$(pwd)
44-
leeway build -Dversion=latest -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build components/ide/jetbrains/backend-plugin:latest
48+
leeway build -Dversion=latest -DimageRepoBase=eu.gcr.io/gitpod-core-dev/build components/ide/jetbrains/backend-plugin:latest --dont-retag

0 commit comments

Comments
 (0)