diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01a5ef2..3490238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Login to Docker Hub if: '!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository' - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}