From 642c3c8718a874c41210d556fdd73b90eb74a2ab Mon Sep 17 00:00:00 2001 From: Filip Langer Date: Thu, 16 Apr 2026 15:39:22 +0200 Subject: [PATCH] fix: Try to fix git pull with php image issue #2. --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 98090e8..d39df37 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -46,5 +46,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 - \ No newline at end of file + - run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest \ No newline at end of file