diff --git a/.gitea/workflows/rust-node.yaml b/.gitea/workflows/rust-node.yaml index 04f86d4..7c83095 100644 --- a/.gitea/workflows/rust-node.yaml +++ b/.gitea/workflows/rust-node.yaml @@ -23,7 +23,7 @@ jobs: uses: https://git.kjan.de/actions/setup-buildx-action@v3 - name: Login to Docker Registry - uses: docker/login-action@v3 + uses: https://git.kjan.de/actions/login-action@v3 with: registry: git.kjan.de username: ${{ secrets.REGISTRY_USERNAME }}