Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c6a5980ec
|
||
|
|
74c7400957
|
||
|
|
47d2280970
|
@@ -32,7 +32,9 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
platforms: |
|
||||||
|
linux/amd64
|
||||||
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
pull: true
|
pull: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
+14
-3
@@ -47,9 +47,20 @@ _PAGE = """<!DOCTYPE html>
|
|||||||
div.cli-wrap {{
|
div.cli-wrap {{
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}}
|
}}
|
||||||
table {{ border-collapse: collapse; width: 100%; line-height: 20px; }}
|
table {{
|
||||||
td, th {{ border: 1px solid black; padding: .4rem .6rem; text-align: left;
|
border-collapse: collapse;
|
||||||
vertical-align: top; }}
|
width: 100%;
|
||||||
|
line-height: 20px;
|
||||||
|
table-layout: fixed;
|
||||||
|
}}
|
||||||
|
table tr td, table tr th {{
|
||||||
|
border: 1px solid black;
|
||||||
|
padding: .4rem .6rem;
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: center;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
white-space: normal;
|
||||||
|
}}
|
||||||
td:first-child {{ white-space: nowrap; width: 12rem; }}
|
td:first-child {{ white-space: nowrap; width: 12rem; }}
|
||||||
code, pre {{ background: #f5f5f5; margin: 0px; }}
|
code, pre {{ background: #f5f5f5; margin: 0px; }}
|
||||||
pre {{ padding: .8rem; overflow-x: auto; border: 1px solid #e2e2e2; overflow-x: hidden; }}
|
pre {{ padding: .8rem; overflow-x: auto; border: 1px solid #e2e2e2; overflow-x: hidden; }}
|
||||||
|
|||||||
Reference in New Issue
Block a user