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

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

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"
nginx="nginx ${NGINX_VERSION}"
EXPOSE 80 443 443/udp