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

This commit is contained in:
2026-04-16 13:56:52 +02:00
parent 218113b20b
commit 840fb6a877
+1 -2
View File
@@ -46,5 +46,4 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.REGISTRY_USER }} --password-stdin - 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 build -t ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest -f ./php/Dockerfile .
- run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest - run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest