fix: Remove proxy environment variables from Docker container configuration
Build and Deploy / build (push) Failing after 22s

This commit is contained in:
masoodafar-web
2026-01-27 23:21:40 +03:30
parent b86e417e58
commit 0674324487
-4
View File
@@ -15,10 +15,6 @@ jobs:
container:
image: docker:latest
options: --privileged
env:
HTTP_PROXY: http://proxyuser:87zH26nbqT2@46.249.98.211:3128
HTTPS_PROXY: http://proxyuser:87zH26nbqT2@46.249.98.211:3128
NO_PROXY: localhost,127.0.0.1,gitea-svc,194.5.195.53,10.0.0.0/8
steps:
# - name: Install dependencies
# run: |