diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b5512a..bd2009e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -268,7 +268,7 @@ jobs: - name: Login to Docker Hub if: github.event_name == 'push' && matrix.deploy-image == 'deploy-image' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}