更新 .gitea/workflows/build.yaml
This commit is contained in:
@@ -86,5 +86,5 @@ jobs:
|
||||
file: ${{ matrix.dockerfile }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache
|
||||
cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache,mode=max
|
||||
cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }}
|
||||
cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }},mode=max
|
||||
|
||||
Reference in New Issue
Block a user