Compare commits
4 Commits
ae33db2a98
...
a63306becb
Author | SHA1 | Date | |
---|---|---|---|
a63306becb | |||
08a5be90ee | |||
e0828cff8d | |||
1a90b65494 |
@ -9,8 +9,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: remote
|
runs-on: remote
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.simonis.lol/actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://git.simonis.lol/actions/login@v1
|
- uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: git.simonis.lol
|
registry: git.simonis.lol
|
||||||
username: ${{ vars.DOCKER_USER }}
|
username: ${{ vars.DOCKER_USER }}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% block title %}Home{% endblock %}
|
{% block title %}Home{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<center class="container mt-5 mx-auto">
|
<center class="container mt-5">
|
||||||
{% include '_partials/_table.html.twig' %}
|
{% include '_partials/_table.html.twig' %}
|
||||||
</center>
|
</center>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user