diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b459d51..b12130a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -36,7 +36,7 @@ jobs: run: docker run kooldev/nginx:${{ matrix.version }} nginx -v - name: Login to DockerHub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.1.0 if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx' with: username: ${{ secrets.DOCKER_USERNAME }}