Skip to content

Commit 6e3a77e

Browse files
authored
Merge pull request #58 from kool-dev/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents b5c9a95 + 3f9ab48 commit 6e3a77e

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v2
2323

2424
- name: Login to DockerHub
25-
uses: docker/login-action@v1
25+
uses: docker/login-action@v2
2626
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)