Skip to content

Commit

Permalink
Add some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Sep 18, 2024
1 parent 82d98b0 commit 2933678
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/gradle-deploy-native-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,21 @@ jobs:
java-version: '21'
- name: '🐘 Setup Gradle'
uses: gradle/actions/setup-gradle@v4
- name: 'Set up Cloud SDK'
uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 363.0.0'
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
project_id: 'oci-intern-2019'
workload_identity_provider: 'projects/832140020593/locations/global/workloadIdentityPools/github/providers/my-repo'
- name: 'Set up Cloud SDK'
uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 363.0.0'
- name: 'Auth Configure Docker'
run: gcloud auth configure-docker
run: gcloud --quiet auth configure-docker
- name: 'Validate'
run: gcloud auth list
- name: 'Validate again'
run: docker-credential-gcloud get
- name: '🐳 Build the Native Docker image'
run: ./gradlew dockerBuildNative
env:
Expand Down

0 comments on commit 2933678

Please sign in to comment.