We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1656c41 commit 9b54498Copy full SHA for 9b54498
.github/workflows/rc.yml
@@ -191,9 +191,9 @@ jobs:
191
- image: bunkerweb-ui
192
cache_from: ui
193
dockerfile: src/ui/Dockerfile
194
- - image: bunkerweb-all-in-one
195
- cache_from: all-in-one
196
- dockerfile: src/all-in-one/Dockerfile
+ # - image: bunkerweb-all-in-one
+ # cache_from: all-in-one
+ # dockerfile: src/all-in-one/Dockerfile
197
uses: ./.github/workflows/push-docker.yml
198
with:
199
IMAGE: ${{ matrix.image }}
0 commit comments