Skip to content

Commit 636b4a5

Browse files
authored
Merge pull request #587 from ParadoxAlarmInterface/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 947c021 + 3c4fc9b commit 636b4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Docker Buildx
3434
uses: docker/setup-buildx-action@v4
3535
- name: Login to DockerHub
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)