From 5ee3217d8096526393bf546c57766768323f714b Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 14:06:46 +0200 Subject: [PATCH] Update action.yml [ci skip] --- .github/workflows/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 +