Skip to content

Commit f0859be

Browse files
authored
Merge pull request #60 from laradock/bestlong-patch-1
fix: Action build job warning
2 parents 42634cd + 3e7b048 commit f0859be

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)