Skip to content

Commit f0e76cb

Browse files
authored
Merge pull request #14 from netbootxyz/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents b47ac8c + b1db225 commit f0e76cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3
2626
- name: Login to the GitHub Container Registry
27-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}

0 commit comments

Comments
 (0)