Skip to content

Commit

Permalink
Update google-cloudrun-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
furkmak authored Oct 3, 2024
1 parent 2a6f3db commit 273f8e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
PROJECT_ID: 'legalqaapp' # Update this to your GCP project ID
REGION: 'us-west1' # Update to your preferred GCP region
SERVICE: 'legalqagithub' # Update to your Cloud Run service name
SERVICE: 'legalappgh' # Update to your Cloud Run service name

jobs:
deploy:
Expand All @@ -34,8 +34,8 @@ jobs:
uses: 'docker/login-action@v3'
with:
username: 'oauth2accesstoken'
password: '${{ steps.auth.outputs.token }}' # Use the correct token from the auth step
registry: '${{ env.REGION }}-docker.pkg.dev' # Google Artifact Registry URL
password: '${{ steps.auth.outputs.access_token }}' # Corrected to use 'access_token'
registry: '${{ env.REGION }}-docker.pkg.dev' # Google Artifact Registry URL

- name: 'Build and Push Container'
run: |-
Expand Down

0 comments on commit 273f8e0

Please sign in to comment.