Skip to content

Commit 13b7d8a

Browse files
authored
Merge pull request #129 from netbootxyz/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents 2ce9ef6 + 3cd8a48 commit 13b7d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webapp-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@v4
4040

4141
- name: Login to the GitHub Container Registry
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
registry: ghcr.io
4545
username: ${{ secrets.GHCR_USER }}

0 commit comments

Comments
 (0)