File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,21 @@ jobs:
31
31
java-version : ' 21'
32
32
- name : ' 🐘 Setup Gradle'
33
33
uses : gradle/actions/setup-gradle@v4
34
- - name : ' Set up Cloud SDK'
35
- uses : google-github-actions/setup-gcloud@v2
36
- with :
37
- version : ' >= 363.0.0'
38
34
- id : ' auth'
39
35
uses : ' google-github-actions/auth@v2'
40
36
with :
41
37
project_id : ' oci-intern-2019'
42
38
workload_identity_provider : ' projects/832140020593/locations/global/workloadIdentityPools/github/providers/my-repo'
39
+ - name : ' Set up Cloud SDK'
40
+ uses : google-github-actions/setup-gcloud@v2
41
+ with :
42
+ version : ' >= 363.0.0'
43
43
- name : ' Auth Configure Docker'
44
- run : gcloud auth configure-docker
44
+ run : gcloud --quiet auth configure-docker
45
+ - name : ' Validate'
46
+ run : gcloud auth list
47
+ - name : ' Validate again'
48
+ run : docker-credential-gcloud get
45
49
- name : ' 🐳 Build the Native Docker image'
46
50
run : ./gradlew dockerBuildNative
47
51
env :
You can’t perform that action at this time.
0 commit comments