File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1515 build-push :
1616 runs-on : ubuntu-latest
1717 steps :
18- -
19- name : Checkout
20- uses : actions/checkout@v4
2118 -
2219 name : Set up QEMU
2320 uses : docker/setup-qemu-action@v3
4239 uses : docker/build-push-action@v6
4340 with :
4441 platforms : linux/amd64,linux/arm64
45- context : .
4642 push : ${{ github.event_name != 'pull_request' }}
4743 tags : ${{ steps.meta.outputs.tags }}
4844 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 4242 " to visualize your data." : [" 将您的数据可视化" ],
4343 "!= (Is not equal)" : [" 不等于(!=)" ],
4444 "% calculation" : [" % 计算" ],
45- "% of parent" : [" 父类" ],
46- "% of total" : [" 显示总计 " ],
45+ "% of parent" : [" % 父类" ],
46+ "% of total" : [" % 总计 " ],
4747 "%(dialect)s cannot be used as a data source for security reasons." : [
4848 " 出于安全原因,%(dialect)s SQLite数据库不能用作数据源。"
4949 ],
You can’t perform that action at this time.
0 commit comments