We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 881031d + 180c8a1 commit 03e8784Copy full SHA for 03e8784
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.9.0
+ uses: docker/login-action@v1.10.0
51
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
52
with:
53
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments