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:
|
with:
|
||||||
context: cms
|
context: cms
|
||||||
load: true
|
load: true
|
||||||
cache-from: type=gha
|
# cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
# cache-to: type=gha,mode=max
|
||||||
# cache-from: type=local,src=/tmp/.buildx-cache
|
# cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
# 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
|
tags: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{ steps.gen_ver.outputs.image_ver }},${{env.REGISTRY}}/${{env.IMAGE_NAME}}:latest
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
moreLinkContent:function(args: { num: number; }){
|
moreLinkContent:function(args: { num: number; }){
|
||||||
return '+'+args.num+' เพิ่มเติม';
|
return '+'+args.num+' เพิ่มเติม';
|
||||||
},
|
},
|
||||||
eventLimitText: "+ดูเพิ่ม",
|
|
||||||
contentHeight:"auto",
|
contentHeight:"auto",
|
||||||
selectable: true,
|
selectable: true,
|
||||||
buttonText: {
|
buttonText: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue