diff --git a/.github/workflows/8.2.apache.yml b/.github/workflows/8.2.apache.yml index bbcb81e..3cd8422 100644 --- a/.github/workflows/8.2.apache.yml +++ b/.github/workflows/8.2.apache.yml @@ -48,7 +48,7 @@ jobs: - name: Build and push the Apache Production Image uses: docker/build-push-action@v5 with: - context: . + context: 8/8.2 file: Dockerfile.apache build-args: | PHP_VERSION=8.2 @@ -60,7 +60,7 @@ jobs: - name: Build and push the Apache Development Image uses: docker/build-push-action@v5 with: - context: . + context: 8/8.2 file: Dockerfile.apache.dev build-args: | PHP_VERSION=8.2 diff --git a/8/8.2/Dockerfile.apache b/8/8.2/Dockerfile.apache index a5a3659..d4a94c5 100755 --- a/8/8.2/Dockerfile.apache +++ b/8/8.2/Dockerfile.apache @@ -92,6 +92,6 @@ EXPOSE 8080 ### PROD ENVIRONMENT SPECIFIC ### ################################ -ENV PROVISION_CONTEXT "production" +ENV PROVISION_CONTEXT "production" ################################