@@ -11,6 +11,12 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: klakegg/hugo:ext-alpine # Wir bleiben bei Alpine
|
image: klakegg/hugo:ext-alpine # Wir bleiben bei Alpine
|
||||||
|
|
||||||
|
env:
|
||||||
|
# Proxy-Einstellungen (WICHTIG!)
|
||||||
|
http_proxy: http://172.16.10.93:3128
|
||||||
|
https_proxy: http://172.16.10.93:3128
|
||||||
|
no_proxy: localhost,127.0.0.1,webserver.hahmann-trier.local
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user