fix: Try to fix CloudFLare DNS proxied issue.
Build and Push Docker Image / changes (push) Waiting to run
Build and Push Docker Image / build-apache (push) Has been cancelled
Build and Push Docker Image / build-php (push) Has been cancelled

This commit is contained in:
2026-04-16 15:30:10 +02:00
parent 840fb6a877
commit 772ab3ce41
+2 -1
View File
@@ -46,4 +46,5 @@ 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