File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 # --- 3. Build & Push (Digest Only) ---
6262 - name : Set up Docker Buildx
6363 uses : docker/setup-buildx-action@v3
64+ with :
65+ driver-opts : network=host
6466
6567 - name : Build and push by digest
6668 id : build
@@ -247,6 +249,8 @@ jobs:
247249
248250 - name : Set up Docker Buildx
249251 uses : docker/setup-buildx-action@v3
252+ with :
253+ driver-opts : network=host
250254
251255 - name : Create manifest list and push
252256 working-directory : /tmp/digests
Original file line number Diff line number Diff line change 4848 # --- 3. Build & Push (Digest Only) ---
4949 - name : Set up Docker Buildx
5050 uses : docker/setup-buildx-action@v3
51+ with :
52+ driver-opts : network=host
5153
5254 - name : Build and push by digest
5355 id : build
@@ -216,6 +218,8 @@ jobs:
216218
217219 - name : Set up Docker Buildx
218220 uses : docker/setup-buildx-action@v3
221+ with :
222+ driver-opts : network=host
219223
220224 - name : Create manifest list and push
221225 working-directory : /tmp/digests
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ Copyright (C) 2024-2026 Calibre-Web Automated contributors
315315- zhiyue (1 commits)
316316# Fork Contributors (crocodilestick/calibre-web-automated)
317317
318- - crocodilestick (986 commits)
318+ - crocodilestick (989 commits)
319319- jmarmstrong1207 (73 commits)
320320- demitrix (30 commits)
321321- sirwolfgang (29 commits)
You can’t perform that action at this time.
0 commit comments