From 840fb6a877ac4ed41d6688c913a91fd148b9319d Mon Sep 17 00:00:00 2001 From: Filip Langer Date: Thu, 16 Apr 2026 13:56:52 +0200 Subject: [PATCH] fix: Try to fix git pull with php image issue. --- .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