[GHA] fix nginx

This commit is contained in:
Mitchell Krog 2021-06-21 15:07:01 +02:00
parent f94e195faa
commit 0292cb6659
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -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')"