fix: Try to fix git pull with php image issue #2.
Build and Push Docker Image / changes (push) Successful in 7s
Build and Push Docker Image / build-apache (push) Successful in 8s
Build and Push Docker Image / build-php (push) Failing after 3m29s

This commit is contained in:
2026-04-16 15:39:22 +02:00
parent 772ab3ce41
commit 642c3c8718
-1
View File
@@ -47,4 +47,3 @@ jobs:
- run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.REGISTRY_USER }} --password-stdin
- run: docker build -t ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest -f ./php/Dockerfile .
- run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest