We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f9114d + 47e6cc2 commit 9e6b4deCopy full SHA for 9e6b4de
.github/workflows/ci-cd.yml
@@ -36,7 +36,7 @@ jobs:
36
run: docker run kooldev/nginx:${{ matrix.version }} nginx -v
37
38
- name: Login to DockerHub
39
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v3.1.0
40
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx'
41
with:
42
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments