This commit is contained in:
aptalca 2023-04-16 15:21:16 -04:00
parent d876739884
commit 8b7a052003
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548

View file

@ -62,7 +62,7 @@ jobs:
- name: Check Nginx Conf Validity
run: |
curl -fsL "https://raw.githubusercontent.com/linuxserver/docker-swag/master/root/defaults/nginx/proxy.conf.sample" -o proxy.conf
docker run -d --rm --name nginx -v "${WORKSPACE}:/testconfs:ro" ghcr.io/linuxserver/nginx
docker run -d --rm --name nginx -v "${GITHUB_WORKSPACE}:/testconfs:ro" ghcr.io/linuxserver/nginx
sleep 5
docker exec nginx bash -c "\
mkdir -p /config/nginx/proxy-confs && \