Skip to content

Commit 00b52ab

Browse files
authored
Merge pull request #66 from laradock/bestlong-patch-1
fix: Action build job warning
2 parents b4cda79 + 626bc7b commit 00b52ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

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

4040
- name: Login to Docker Hub
4141
if: ${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
42-
uses: docker/login-action@v1
42+
uses: docker/login-action@v2
4343
with:
4444
username: ${{ secrets.DOCKER_HUB_USER }}
4545
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)