diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9522a9b..099dd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: GitHub.event_name != 'pull_request' with: username: ${{ secrets.DOCKERHUB_USERNAME }}