Skip to content

Commit d440bdc

Browse files
Update docker/login-action action to v3
1 parent bdae2cb commit d440bdc

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)