Skip to content

Commit 6d3555c

Browse files
authored
Merge pull request #16 from pluswerk/dependabot/github_actions/docker/login-action-4
2 parents faa7786 + a6adba7 commit 6d3555c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
uses: docker/setup-buildx-action@v3
3939
-
4040
name: Login to DockerHub
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646
-
4747
name: Login to DockerHub
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
username: ${{ secrets.DOCKERHUB_USERNAME }}
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)