Skip to content

Commit

Permalink
Update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent ce8c184 commit ac3bcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Login to Google Artifact Registry (GAR)
- name: Login to GAR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ secrets.GCP_CLOUDRUN_REGION }}-docker.pkg.dev
username: _json_key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build-push-container-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Login to Azure Container Registry (ACR).
- name: Login to ACR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ secrets.ACR_SERVER }}
username: ${{ secrets.ACR_USERNAME }}
Expand Down

0 comments on commit ac3bcdc

Please sign in to comment.