fix: Try to fix building folders error # 3.
Build and Push Docker Image / changes (push) Successful in 5s
Build and Push Docker Image / build-apache (push) Failing after 7s
Build and Push Docker Image / build-php (push) Failing after 7s

This commit is contained in:
2026-04-16 13:31:22 +02:00
parent daff501db7
commit 715bb3d6e4
+1 -1
View File
@@ -40,4 +40,4 @@ jobs:
- uses: actions/checkout@v3
- 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
- run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest