Skip to content

Commit 3227a9e

Browse files
committed
Still not sure why it fails
1 parent fa533b6 commit 3227a9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle-build-develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
path: ~/.gradle/caches
4242
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
4343
restore-keys: ${{ runner.os }}-gradle
44+
- name: '🐳 Setup Gradle'
45+
uses: gradle/actions/setup-gradle@v4
4446
- name: '🐳 Validate Gradle Wrapper'
4547
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
4648

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
project_id: 'oci-intern-2019'
4444
workload_identity_provider: 'projects/832140020593/locations/global/workloadIdentityPools/github/providers/my-repo'
4545
- name: 'Set up Cloud SDK'
46-
uses: 'google-github-actions/setup-gcloud@v2'
46+
uses: google-github-actions/setup-gcloud@v2
4747
with:
4848
version: '>= 363.0.0'
4949
- name: 'Auth Configure Docker'
@@ -54,9 +54,7 @@ jobs:
5454
env:
5555
VITE_APP_API_URL: ${{ env.URL }}
5656
- name: '🐳 Push the Docker image to Google Container Registry'
57-
run: |-
58-
cd server
59-
docker push "gcr.io/$PROJECT_ID/$SERVICE_NAME:$GITHUB_SHA"
57+
run: docker push "gcr.io/$PROJECT_ID/$SERVICE_NAME:$GITHUB_SHA"
6058
- name: '🏃 Deploy image to Cloud Run'
6159
run: |-
6260
gcloud run deploy "$SERVICE_NAME" \

0 commit comments

Comments
 (0)