Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 98ac542

Browse files
Update docker/login-action action to v3.2.0
1 parent 4ec0e09 commit 98ac542

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: docker/[email protected]
1515
- uses: docker/[email protected]
1616

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

0 commit comments

Comments
 (0)