Skip to content

Commit

Permalink
Try again again
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Sep 18, 2024
1 parent f829e73 commit 002def5
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/gradle-deploy-native-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,18 @@ jobs:
restore-keys: ${{ runner.os }}-gradle
- name: '🐘 Setup Gradle'
uses: gradle/actions/setup-gradle@v4
- name: '🐍 Setup python'
run: |
sudo apt-get install python2.7
- name: '🐍 Export gcloud related env variable'
run: export CLOUDSDK_PYTHON="/usr/bin/python2"
- name: '☁️ Setup gcloud'
uses: google-github-actions/setup-gcloud@v0
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
version: "290.0.1"
service_account_key: ${{ secrets.RUN_SA_KEY }}
project_id: ${{ secrets.RUN_PROJECT }}
- name: '🐳 Auth Configure Docker'
run: gcloud --quiet auth configure-docker
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 --quiet auth configure-docker
- name: '🐳 Build the Native Docker image'
run: ./gradlew dockerBuildNative
env:
Expand Down

0 comments on commit 002def5

Please sign in to comment.