We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a9a28 commit 47e6cc2Copy full SHA for 47e6cc2
.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