Skip to content

Commit fda1c4b

Browse files
chore(deps): update docker/login-action action to v3
1 parent 9574281 commit fda1c4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-container-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/setup-buildx-action@v2
5050

5151
- name: Log in to GitHub container registry
52-
uses: docker/login-action@v2.2.0
52+
uses: docker/login-action@v3.4.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

.github/workflows/google-cloudrun-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Authenticate Docker to Google Cloud Artifact Registry
8888
- name: Docker Auth
8989
id: docker-auth
90-
uses: 'docker/login-action@v2'
90+
uses: 'docker/login-action@v3'
9191
with:
9292
username: 'oauth2accesstoken'
9393
password: '${{ steps.auth.outputs.access_token }}'

0 commit comments

Comments
 (0)