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