We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9574281 commit fda1c4bCopy full SHA for fda1c4b
.github/workflows/azure-container-webapp.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: docker/setup-buildx-action@v2
50
51
- name: Log in to GitHub container registry
52
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3.4.0
53
with:
54
registry: ghcr.io
55
username: ${{ github.actor }}
.github/workflows/google-cloudrun-docker.yml
@@ -87,7 +87,7 @@ jobs:
87
# Authenticate Docker to Google Cloud Artifact Registry
88
- name: Docker Auth
89
id: docker-auth
90
- uses: 'docker/login-action@v2'
+ uses: 'docker/login-action@v3'
91
92
username: 'oauth2accesstoken'
93
password: '${{ steps.auth.outputs.access_token }}'
0 commit comments