Skip to content

Commit 66a458c

Browse files
committed
chore: Update Docker Login Action
1 parent ee3dce3 commit 66a458c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
-
2424
name: Log in to the container registry
25-
uses: docker/login-action@3.6.0
25+
uses: docker/login-action@v3
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949
-
5050
name: Log in to the container registry
51-
uses: docker/login-action@3.6.0
51+
uses: docker/login-action@v3
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
username: ${{ github.actor }}

0 commit comments

Comments
 (0)