Skip to content

Commit 8ff85f3

Browse files
authored
Merge pull request #3 from mycrEEpy/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents f915a8b + d440bdc commit 8ff85f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
images: ghcr.io/${{ github.repository }}
1919

20-
- uses: docker/login-action@v1
20+
- uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)