Skip to content

Commit ae08b00

Browse files
authored
Merge pull request #45 from kool-dev/dependabot/github_actions/docker/login-action-1.12.0
Bump docker/login-action from 1.10.0 to 1.12.0
2 parents a0d99db + 3f84f66 commit ae08b00

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
@@ -47,7 +47,7 @@ jobs:
4747
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
4848
4949
- name: Login to DockerHub
50-
uses: docker/login-action@v1.10.0
50+
uses: docker/login-action@v1.12.0
5151
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5252
with:
5353
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)