Skip to content

Commit 2933678

Browse files
committed
Add some debug
1 parent 82d98b0 commit 2933678

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,21 @@ jobs:
3131
java-version: '21'
3232
- name: '🐘 Setup Gradle'
3333
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'
3834
- id: 'auth'
3935
uses: 'google-github-actions/auth@v2'
4036
with:
4137
project_id: 'oci-intern-2019'
4238
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'
4343
- 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
4549
- name: '🐳 Build the Native Docker image'
4650
run: ./gradlew dockerBuildNative
4751
env:

0 commit comments

Comments
 (0)