We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85cc6e4 + 499f953 commit 09d6129Copy full SHA for 09d6129
1 file changed
.github/workflows/ci-cd.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v3
27
28
- name: Login to DockerHub
29
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
30
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
31
with:
32
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments