Skip to content

Commit 1fcd5d7

Browse files
committed
Fix build
1 parent 093c584 commit 1fcd5d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
- dev
88
tags:
9-
- 'v*.*.*'
9+
- "v*.*.*"
1010
pull_request:
1111
branches:
1212
- master
@@ -50,6 +50,6 @@ jobs:
5050
tags: ${{ steps.metadata.outputs.tags }}
5151
build-args: |
5252
RUNTIME=${{ matrix.runtime }}
53-
cache-from: type=gha,scope=${{ matrix.runtime }}
54-
cache-to: type=gha,mode=max,scope=${{ matrix.runtime }}
53+
# cache-from: type=gha,scope=${{ matrix.runtime }}
54+
# cache-to: type=gha,mode=max,scope=${{ matrix.runtime }}
5555
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)