Skip to content

Commit a7692f6

Browse files
committed
Disable caching
1 parent 78e3ee5 commit a7692f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
- name: Test building of image
4141
uses: docker/build-push-action@v6
4242
with:
43-
cache-from: type=gha
44-
cache-to: type=gha,mode=max
4543
context: .
4644
file: Dockerfile.amd64
4745
labels: ${{ steps.metadata.outputs.labels }}
@@ -80,8 +78,6 @@ jobs:
8078
- name: Test building of image
8179
uses: docker/build-push-action@v6
8280
with:
83-
cache-from: type=gha
84-
cache-to: type=gha,mode=max
8581
context: .
8682
file: Dockerfile.arm64
8783
labels: ${{ steps.metadata.outputs.labels }}

0 commit comments

Comments
 (0)