Skip to content

Commit 633c32a

Browse files
chore(deps): update docker/login-action action to v2.2.0
1 parent dbef8bc commit 633c32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: docker/[email protected]
4747

4848
- name: Login to GitHub Container Registry
49-
uses: docker/login-action@v2.1.0
49+
uses: docker/login-action@v2.2.0
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)