moved nginx build to woryzen
Some checks failed
CI / Build nginx docker images (push) Failing after 8s

This commit is contained in:
2025-04-16 04:30:32 +08:00
parent 4b3cf99dc3
commit 98809f8393
2 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ on:
- '.gitea/workflows/build-nginx.yaml'
jobs:
"Build nginx docker images":
runs-on: hostinger
runs-on: woryzen
steps:
-
name: Set up Docker Buildx

View File

@@ -172,13 +172,10 @@ RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
COPY conf/nginx.conf /etc/nginx/nginx.conf
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
RUN APK_ARCH="$(cat /etc/apk/arch)"
LABEL description="NGINX Docker built top of rolling release BoringSSL" \
maintainer="Denis Denisov <denji0k@gmail.com>" \
openssl="BoringSSL" \
nginx="nginx ${NGINX_VERSION}" \
arch="$APK_ARCH"
EXPOSE 80 443 443/udp