Skip to content

Commit 9b54498

Browse files
committed
feat: Comment out 'all-in-one' image in Docker push workflow
1 parent 1656c41 commit 9b54498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ jobs:
191191
- image: bunkerweb-ui
192192
cache_from: ui
193193
dockerfile: src/ui/Dockerfile
194-
- image: bunkerweb-all-in-one
195-
cache_from: all-in-one
196-
dockerfile: src/all-in-one/Dockerfile
194+
# - image: bunkerweb-all-in-one
195+
# cache_from: all-in-one
196+
# dockerfile: src/all-in-one/Dockerfile
197197
uses: ./.github/workflows/push-docker.yml
198198
with:
199199
IMAGE: ${{ matrix.image }}

0 commit comments

Comments
 (0)