Skip to content

Commit de6a67c

Browse files
authored
Merge pull request #19 from kool-dev/dependabot/github_actions/docker/login-action-2.1.0
Bump docker/login-action from 1.12.0 to 2.1.0
2 parents 945e0b1 + 1d38d1e commit de6a67c

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
@@ -29,7 +29,7 @@ jobs:
2929
docker run kooldev/php:${{ matrix.version }}-nginx-sqlsrv${{ matrix.type }} php -r "extension_loaded('pdo_sqlsrv') or die(1);"
3030
3131
- name: Login to DockerHub
32-
uses: docker/login-action@v1.12.0
32+
uses: docker/login-action@v2.1.0
3333
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-php-sqlsrv'
3434
with:
3535
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)