Skip to content

Commit d66d420

Browse files
committed
Disable gha cache for building containers
1 parent e9058db commit d66d420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
file: Dockerfile.${{ matrix.file }}
7676
build-args: |
7777
FRONTEND_APP=${{ matrix.app }}
78-
cache-from: type=gha
79-
cache-to: type=gha,mode=max
78+
# cache-from: type=gha
79+
# cache-to: type=gha,mode=max
8080
tags: |
8181
${{ steps.meta.outputs.tags }}
8282
${{ steps.dispatch_tag.outputs.tag }}

0 commit comments

Comments
 (0)