Skip to content

Commit

Permalink
update docker login action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Sep 10, 2024
1 parent 7400028 commit 5ba533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
credentials_json: ${{ secrets.GCP_MOBILITY_FEEDS_SA_KEY }}

- name: Login to Google Artifact Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{inputs.REGION}}-docker.pkg.dev
username: _json_key_base64
Expand Down

0 comments on commit 5ba533d

Please sign in to comment.