fix: Try to fix git pull with php image issue #3.
Build and Push Docker Image / changes (push) Failing after 7m23s
Build and Push Docker Image / build-apache (push) Has been skipped
Build and Push Docker Image / build-php (push) Has been skipped

This commit is contained in:
2026-04-16 21:45:44 +02:00
parent 642c3c8718
commit f00aa2e52d
+1
View File
@@ -47,3 +47,4 @@ 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