Jason Yang
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
.github/workflows/release.yml
|
|
|
@ -200,8 +200,6 @@ jobs: |
|
|
|
files: docker/docker-bake.hcl |
|
|
|
targets: "${{ matrix.base_image }}-multi" |
|
|
|
set: | |
|
|
|
*.cache-from=${{ env.BAKE_CACHE_FROM }} |
|
|
|
*.cache-to=${{ env.BAKE_CACHE_TO }} |
|
|
|
*.platform=linux/${{ matrix.arch }} |
|
|
|
${{ env.TAGS }} |
|
|
|
*.output=type=local,dest=./output |
|
|
|
|