Skip to content

Commit 09d6129

Browse files
authored
Merge pull request #92 from kool-dev/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 85cc6e4 + 499f953 commit 09d6129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@v3
2727

2828
- name: Login to DockerHub
29-
uses: docker/login-action@v2
29+
uses: docker/login-action@v3
3030
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
3131
with:
3232
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)