We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5c9a95 + 3f9ab48 commit 6e3a77eCopy full SHA for 6e3a77e
1 file changed
.github/workflows/ci-cd.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: docker/setup-buildx-action@v2
23
24
- name: Login to DockerHub
25
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
26
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
27
with:
28
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments