Skip to content

Commit b2ae465

Browse files
committed
revertme: comment out docker build cache
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 2376535 commit b2ae465

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-test-k8s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ jobs:
221221
tags: ccb-cpu:latest
222222
target: runtime-cpu
223223
load: true
224-
cache-from: type=registry,ref=nextcloud/context_chat_backend:cpu-build-cache,compression=zstd,mode=max
225-
cache-to: type=registry,ref=nextcloud/context_chat_backend:cpu-build-cache
224+
# cache-from: type=registry,ref=ghcr.io/nextcloud/context_chat_backend:cpu-build-cache,compression=zstd,mode=max
225+
# cache-to: type=registry,ref=ghcr.io/nextcloud/context_chat_backend:cpu-build-cache
226226

227227
- name: Pre-load CCB ExApp image into k3s
228228
run: docker save ccb-cpu:latest | sudo k3s ctr images import -

0 commit comments

Comments
 (0)