diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7baac03..fa4b673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: tags: kovetskiy/mark:latest - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ github.ref_type == 'tag' }} with: username: ${{ secrets.DOCKERHUB_USERNAME }}