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 5b03e81 commit ba525e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
env:
PROJECT_ID: 'legalqaapp' # TODO: update to your Google Cloud project ID
REGION: 'us-west1' # TODO: update to your region
SERVICE: 'legalqagithub' # TODO: update to your service name
SERVICE: 'legalappgh' # TODO: update to your service name
#WORKLOAD_IDENTITY_PROVIDER: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' # TODO: update to your workload identity provider

jobs:
Expand All @@ -50,7 +50,7 @@ jobs:

steps:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # actions/checkout@v4
uses: 'actions/checkout@v4' # actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

# Authentication
#
Expand All @@ -66,7 +66,7 @@ jobs:
#
# If you already have a container image, you can omit these steps.
- name: 'Docker Auth'
uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' # docker/login-action@v3
uses: 'docker/login-action@v3' # docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
username: 'oauth2accesstoken'
password: '${{ steps.auth.outputs.auth_token }}'
Expand All @@ -81,7 +81,7 @@ jobs:

# END - Docker auth and build

uses: 'google-github-actions/deploy-cloudrun@33553064113a37d688aa6937bacbdc481580be17' # google-github-actions/deploy-cloudrun@v2
uses: 'google-github-actions/deploy-cloudrun@v2' # google-github-actions/deploy-cloudrun@33553064113a37d688aa6937bacbdc481580be17
with:
service: '${{ env.SERVICE }}'
region: '${{ env.REGION }}'
Expand Down

0 comments on commit ba525e7

Please sign in to comment.