Skip to content

Commit 62e1379

Browse files
committed
bump versions
1 parent 2ed7fe7 commit 62e1379

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
id-token: 'write'
1717

1818
steps:
19-
# - name: Checkout
20-
# uses: actions/checkout@v4
21-
2219
- id: auth
2320
name: Google Cloud Auth
2421
uses: google-github-actions/auth@v2
@@ -31,27 +28,26 @@ jobs:
3128
uses: google-github-actions/setup-gcloud@v2
3229

3330
- name: Login to Artifact Registry
34-
uses: docker/login-action@v1
31+
uses: docker/login-action@v3
3532
with:
3633
registry: us-south1-docker.pkg.dev
3734
username: oauth2accesstoken
3835
password: ${{ steps.auth.outputs.access_token }}
3936

4037
- name: Build Docker image
41-
# run: gcloud builds submit --tag us-south1-docker.pkg.dev/api-tools-451421/runners/daily-update-events .
42-
uses: docker/build-push-action@v3
38+
uses: docker/build-push-action@v6
4339
with:
4440
push: true
4541
tags: us-south1-docker.pkg.dev/api-tools-451421/runners/daily-update-events
4642

4743
- name: Upload to dev job
48-
uses: 'google-github-actions/deploy-cloudrun@v2'
44+
uses: google-github-actions/deploy-cloudrun@v2
4945
with:
5046
job: 'daily-update-events-dev'
5147
image: 'us-south1-docker.pkg.dev/api-tools-451421/runners/daily-update-events'
5248

5349
- name: Upload to prod job
54-
uses: 'google-github-actions/deploy-cloudrun@v2'
50+
uses: google-github-actions/deploy-cloudrun@v2
5551
with:
5652
job: 'daily-update-events-prod'
5753
image: 'us-south1-docker.pkg.dev/api-tools-451421/runners/daily-update-events'

0 commit comments

Comments
 (0)