diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 539307e..19c7ff7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@v4 - if: env.HAS_DOCKERHUB_USERNAME == 'true' && env.HAS_DOCKERHUB_TOKEN == 'true' name: Log in to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}