diff --git a/.gitea/workflows/php-8.2.yaml b/.gitea/workflows/php-8.2.yaml index 077b334..076b1af 100644 --- a/.gitea/workflows/php-8.2.yaml +++ b/.gitea/workflows/php-8.2.yaml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: https://git.kjan.de/actions/build-push-action@v5 with: context: ./images/actions/php-8.2 push: true