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