We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83f5976 + b11da25 commit 28023baCopy full SHA for 28023ba
1 file changed
.github/workflows/ci-cd.yml
@@ -47,7 +47,7 @@ jobs:
47
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
48
49
- name: Login to DockerHub
50
- uses: docker/login-action@v1
+ uses: docker/login-action@v1.9.0
51
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
52
with:
53
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments