diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ab7f02070..471f4279e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,5 +1,5 @@ # Build Script for Nginx Ultimate Bad Bot Blocker using GHA - +# name: CI defaults: @@ -14,12 +14,12 @@ on: branches: - master -services: - nginx: - image: nginx +#services: +# nginx: +# image: nginx # Map port 8080 on the Docker host to port 80 on the nginx container - ports: - - 8080:80 +# ports: +# - 8080:80 jobs: build: @@ -56,4 +56,4 @@ jobs: sudo systemctl status nginx.service if: always() - \ No newline at end of file +