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 093c584 commit 1fcd5d7Copy full SHA for 1fcd5d7
.github/workflows/docker.yml
@@ -6,7 +6,7 @@ on:
6
- master
7
- dev
8
tags:
9
- - 'v*.*.*'
+ - "v*.*.*"
10
pull_request:
11
branches:
12
@@ -50,6 +50,6 @@ jobs:
50
tags: ${{ steps.metadata.outputs.tags }}
51
build-args: |
52
RUNTIME=${{ matrix.runtime }}
53
- cache-from: type=gha,scope=${{ matrix.runtime }}
54
- cache-to: type=gha,mode=max,scope=${{ matrix.runtime }}
+ # cache-from: type=gha,scope=${{ matrix.runtime }}
+ # cache-to: type=gha,mode=max,scope=${{ matrix.runtime }}
55
platforms: linux/amd64,linux/arm64
0 commit comments