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 5ef0822 + 1bafd85 commit 9eea32aCopy full SHA for 9eea32a
.github/workflows/ci-cd.yml
@@ -34,7 +34,7 @@ jobs:
34
docker run kooldev/phpqa:${{ matrix.version }} local-php-security-checker -help
35
36
- name: Login to DockerHub
37
- uses: docker/login-action@v1.10.0
+ uses: docker/login-action@v2.1.0
38
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-phpqa'
39
with:
40
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments