Skip to content

Commit

Permalink
Was it an ordering issue?:
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Sep 18, 2024
1 parent 3227a9e commit 82d98b0
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/gradle-deploy-native-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,19 @@ jobs:
with:
distribution: 'graalvm'
java-version: '21'
- name: '🪣 Cache Gradle packages'
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- 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 auth configure-docker
- name: '🐳 Build the Native Docker image'
run: ./gradlew dockerBuildNative
env:
Expand Down

0 comments on commit 82d98b0

Please sign in to comment.