File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,15 @@ jobs:
34
34
key : ${{ runner.os }}-leeway-cache-${{ hashFiles('backend-plugin.version') }}
35
35
restore-keys : |
36
36
${{ 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 }}
37
41
- name : Set up Google Cloud SDK
38
42
uses : google-github-actions/setup-gcloud@v0
39
43
with :
40
44
project_id : ${{ secrets.GCP_PROJECT_ID }}
41
45
- run : |
42
46
gcloud auth configure-docker --quiet
43
47
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
You can’t perform that action at this time.
0 commit comments