remove unused option
This commit is contained in:
parent
38c5bfd4ae
commit
ddaa8f8efb
2 changed files with 2 additions and 3 deletions
4
.github/workflows/local-build-push.yaml
vendored
4
.github/workflows/local-build-push.yaml
vendored
|
|
@ -55,8 +55,8 @@ jobs:
|
|||
with:
|
||||
context: cms
|
||||
load: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
# cache-from: type=gha
|
||||
# cache-to: type=gha,mode=max
|
||||
# cache-from: type=local,src=/tmp/.buildx-cache
|
||||
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||
tags: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{ steps.gen_ver.outputs.image_ver }},${{env.REGISTRY}}/${{env.IMAGE_NAME}}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue