File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -29,26 +29,19 @@ jobs:
29
29
with :
30
30
distribution : ' graalvm'
31
31
java-version : ' 21'
32
- - name : ' 🪣 Cache Gradle packages'
33
- uses : actions/cache@v4
34
- with :
35
- path : ~/.gradle/caches
36
- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
37
- restore-keys : ${{ runner.os }}-gradle
38
32
- name : ' 🐘 Setup Gradle'
39
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'
40
38
- id : ' auth'
41
39
uses : ' google-github-actions/auth@v2'
42
40
with :
43
41
project_id : ' oci-intern-2019'
44
42
workload_identity_provider : ' projects/832140020593/locations/global/workloadIdentityPools/github/providers/my-repo'
45
- - name : ' Set up Cloud SDK'
46
- uses : google-github-actions/setup-gcloud@v2
47
- with :
48
- version : ' >= 363.0.0'
49
43
- name : ' Auth Configure Docker'
50
- run : |-
51
- gcloud auth configure-docker
44
+ run : gcloud auth configure-docker
52
45
- name : ' 🐳 Build the Native Docker image'
53
46
run : ./gradlew dockerBuildNative
54
47
env :
You can’t perform that action at this time.
0 commit comments