Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ronykris authored May 11, 2024
1 parent b93ed61 commit 1f3fbe2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ jobs:

steps:
- uses: actions/checkout@v4

- id: auth
name: Authenticate with Google Cloud
uses: google-github-actions/auth@v0
with:
token_format: access_token
workload_identity_provider: aws1
service_account: [email protected]
access_token_lifetime: 300s

- name: Build the Docker image
run: |-
cd ottpApi
Expand Down

0 comments on commit 1f3fbe2

Please sign in to comment.