Skip to content

Commit 3d0fa6f

Browse files
Update docker/login-action action to v4 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51dd68f commit 3d0fa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build Image
2121
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }}
2222
- name: Login to GitHub Packages
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)