Skip to content

Commit ca498ce

Browse files
authored
Merge pull request #26 from uselagoon/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents aa9ff34 + 5598e15 commit ca498ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
uses: docker/setup-buildx-action@v2
3737
-
3838
name: Login to DockerHub
39-
uses: docker/login-action@v2
39+
uses: docker/login-action@v3
4040
with:
4141
username: ${{ secrets.DOCKERHUB_USERNAME }}
4242
password: ${{ secrets.DOCKERHUB_TOKEN }}
4343
-
4444
name: Login to GHCR
45-
uses: docker/login-action@v2
45+
uses: docker/login-action@v3
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)