mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Update action.yml [ci skip]
This commit is contained in:
parent
105cc2ee4d
commit
5ee3217d80
1 changed files with 7 additions and 7 deletions
12
.github/workflows/action.yml
vendored
12
.github/workflows/action.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue