Skip to content

Commit 3e7b048

Browse files
authored
fix: Action build job warning
1 parent 42634cd commit 3e7b048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Login to Docker Hub
4545
if: ${{ (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
46-
uses: docker/login-action@v1
46+
uses: docker/login-action@v2
4747
with:
4848
username: ${{ secrets.DOCKER_HUB_USER }}
4949
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)