Skip to content

Commit 90d57f8

Browse files
authored
Merge pull request #512 from theimpossibleastronaut/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents 4e67bff + f4fc791 commit 90d57f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-qemu-action@v3
3131
-
3232
name: Login to Docker Hub
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
username: andy5995
3636
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-qemu-action@v3
4242

4343
- name: Login to Docker Hub
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4747
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)