From 27c54ec76c65364d8c684add3ef5a3ebbedd51eb Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Thu, 18 Jul 2024 11:14:29 +0200 Subject: [PATCH] switch to apache with php support --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 00b74e5..3311015 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -52,7 +52,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: ./Dockerfile.nginx + file: ./Dockerfile.apache push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}