Compare commits

..

4 Commits

Author SHA1 Message Date
a63306becb
wip 2024-12-12 18:30:18 +01:00
08a5be90ee
fix pipelines 2024-12-12 17:02:29 +01:00
e0828cff8d
whoops 2024-12-12 17:01:52 +01:00
1a90b65494
wip 2024-12-12 17:01:51 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ jobs:
build:
runs-on: remote
steps:
- uses: https://git.simonis.lol/actions/checkout@v4
- uses: https://git.simonis.lol/actions/login@v1
- uses: actions/checkout@v4
- uses: docker/login-action@v1
with:
registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }}

View File

@ -3,7 +3,7 @@
{% block title %}Home{% endblock %}
{% block body %}
<center class="container mt-5 mx-auto">
<center class="container mt-5">
{% include '_partials/_table.html.twig' %}
</center>
{% endblock %}
{% endblock %}