Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bba22b357e |
@@ -32,9 +32,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: |
|
platforms: linux/amd64
|
||||||
linux/amd64
|
|
||||||
linux/arm64
|
|
||||||
push: true
|
push: true
|
||||||
pull: true
|
pull: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
+3
-14
@@ -47,20 +47,9 @@ _PAGE = """<!DOCTYPE html>
|
|||||||
div.cli-wrap {{
|
div.cli-wrap {{
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}}
|
}}
|
||||||
table {{
|
table {{ border-collapse: collapse; width: 100%; line-height: 20px; }}
|
||||||
border-collapse: collapse;
|
td, th {{ border: 1px solid black; padding: .4rem .6rem; text-align: left;
|
||||||
width: 100%;
|
vertical-align: top; }}
|
||||||
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