diff --git a/.gitea/workflows/php-8.2.yaml b/.gitea/workflows/php-8.2.yaml index c52c8b0..077b334 100644 --- a/.gitea/workflows/php-8.2.yaml +++ b/.gitea/workflows/php-8.2.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 }}