diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c663da4..550b9d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Login to DockerHub if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }}