Skip to content

Commit 9caeb91

Browse files
authored
Merge pull request #13 from bootjp/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3
2 parents 3b5181a + 92db3d8 commit 9caeb91

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/setup-buildx-action@v2
2020

2121
- name: Login to GitHub Container Registry
22-
uses: docker/login-action@v2
22+
uses: docker/login-action@v3
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)