mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
[GHA] fix nginx
This commit is contained in:
parent
f94e195faa
commit
0292cb6659
1 changed files with 7 additions and 0 deletions
7
.github/workflows/action.yml
vendored
7
.github/workflows/action.yml
vendored
|
@ -14,6 +14,13 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
# Map port 8080 on the Docker host to port 80 on the nginx container
|
||||
ports:
|
||||
- 8080:80
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||
|
|
Loading…
Add table
Reference in a new issue