We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece90b4 + 00cf99b commit a008c90Copy full SHA for a008c90
.github/workflows/ci-cd.yml
@@ -33,7 +33,7 @@ jobs:
33
docker run kooldev/phpqa:${{ matrix.version }} local-php-security-checker -help
34
35
- name: Login to DockerHub
36
- uses: docker/login-action@v1.9.0
+ uses: docker/login-action@v1.10.0
37
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-phpqa'
38
with:
39
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments