Skip to content

Commit 82d98b0

Browse files
committed
Was it an ordering issue?:
1 parent 3227a9e commit 82d98b0

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/gradle-deploy-native-develop.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,19 @@ jobs:
2929
with:
3030
distribution: 'graalvm'
3131
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
3832
- name: '🐘 Setup Gradle'
3933
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'
4038
- id: 'auth'
4139
uses: 'google-github-actions/auth@v2'
4240
with:
4341
project_id: 'oci-intern-2019'
4442
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'
4943
- name: 'Auth Configure Docker'
50-
run: |-
51-
gcloud auth configure-docker
44+
run: gcloud auth configure-docker
5245
- name: '🐳 Build the Native Docker image'
5346
run: ./gradlew dockerBuildNative
5447
env:

0 commit comments

Comments
 (0)