Update action.yml [ci skip]

This commit is contained in:
Mitchell Krog 2021-07-04 14:06:46 +02:00 committed by GitHub
parent 105cc2ee4d
commit 5ee3217d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA # Build Script for Nginx Ultimate Bad Bot Blocker using GHA
#
name: CI name: CI
defaults: defaults:
@ -14,12 +14,12 @@ on:
branches: branches:
- master - master
services: #services:
nginx: # nginx:
image: nginx # image: nginx
# Map port 8080 on the Docker host to port 80 on the nginx container # Map port 8080 on the Docker host to port 80 on the nginx container
ports: # ports:
- 8080:80 # - 8080:80
jobs: jobs:
build: build:
@ -56,4 +56,4 @@ jobs:
sudo systemctl status nginx.service sudo systemctl status nginx.service
if: always() if: always()