Skip to content

Commit 484fc56

Browse files
deps: bump docker/login-action from 2 to 3
Pull-Request: #4494.
1 parent 2157052 commit 484fc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- uses: docker/login-action@v2
17+
- uses: docker/login-action@v3
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}

0 commit comments

Comments
 (0)