Skip to content

Commit

Permalink
Merge pull request #36 from gdgpescara/hotfix/actions
Browse files Browse the repository at this point in the history
actions fix
  • Loading branch information
gregoriopalama authored Oct 30, 2023
2 parents 223bed4 + 29c2305 commit 4dcc525
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 @@ -25,11 +25,11 @@ jobs:
# Authenticate Docker to Google Cloud Artifact Registry
- name: Docker Auth
id: docker-auth
uses: 'docker/login-action@v1'
uses: docker/login-action@v3
with:
username: 'oauth2accesstoken'
password: '${{ steps.auth.outputs.access_token }}'
registry: '${{ vars.GAR_LOCATION }}-docker.pkg.dev'
username: _json_key
password: ${{ secrets.GCP_CREDENTIALS }}

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

0 comments on commit 4dcc525

Please sign in to comment.