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

@@ -7,7 +7,7 @@ on:
- '.gitea/workflows/build-nginx.yaml' - '.gitea/workflows/build-nginx.yaml'
jobs: jobs:
"Build nginx docker images": "Build nginx docker images":
runs-on: hostinger runs-on: woryzen
steps: steps:
- -
name: Set up Docker Buildx 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.conf /etc/nginx/nginx.conf
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/default.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" \ LABEL description="NGINX Docker built top of rolling release BoringSSL" \
maintainer="Denis Denisov <denji0k@gmail.com>" \ maintainer="Denis Denisov <denji0k@gmail.com>" \
openssl="BoringSSL" \ openssl="BoringSSL" \
nginx="nginx ${NGINX_VERSION}" \ nginx="nginx ${NGINX_VERSION}"
arch="$APK_ARCH"
EXPOSE 80 443 443/udp EXPOSE 80 443 443/udp