moved nginx build to woryzen
Some checks failed
CI / Build nginx docker images (push) Failing after 8s
Some checks failed
CI / Build nginx docker images (push) Failing after 8s
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user