one step
Some checks failed
Build and Push to ACR / docker (push) Failing after 43s

This commit is contained in:
2025-09-30 16:41:10 +08:00
parent 503883752b
commit d0c567d833
2 changed files with 21 additions and 13 deletions

View File

@@ -7,7 +7,11 @@ ARG NO_PROXY
ENV HTTP_PROXY=$HTTP_PROXY \
HTTPS_PROXY=$HTTPS_PROXY \
NO_PROXY=$NO_PROXY \
http_proxy=$HTTP_PROXY \
https_proxy=$HTTPS_PROXY \
no_proxy=$NO_PROXY \
PATH="/root/.local/bin:$PATH"
WORKDIR /app
COPY . /app