5 Commits

Author SHA1 Message Date
b0bdce636c deploy/deployment.yaml aktualisiert
All checks were successful
Build and Deploy / Build-Container-Image (push) Successful in 32s
renovate / renovate (push) Successful in 1m41s
2025-09-22 19:35:21 +00:00
ba7a707512 templates/partials/header.html aktualisiert
Some checks failed
renovate / renovate (push) Has been cancelled
2025-09-22 19:35:09 +00:00
401bb80c0f deploy/deployment.yaml aktualisiert
All checks were successful
renovate / renovate (push) Successful in 1m19s
Build and Deploy / Build-Container-Image (push) Successful in 32s
2025-09-22 19:28:54 +00:00
46fbf2324e Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.124.1' (#60) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
2025-09-22 19:28:29 +00:00
71a72ffac1 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.124.1 2025-09-22 19:28:26 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.122.3
container: ghcr.io/renovatebot/renovate:41.124.1
steps:
- uses: actions/checkout@v4
- run: renovate

View File

@@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: alexohneander-zola
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.13
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.15
ports:
- containerPort: 80

View File

@@ -3,6 +3,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="base" content="{{ config.base_url | safe }}">
<link rel="me" href="https://mastodon.dev-null.rocks/@alexohneander" />
{# Site title #}
<title>{%- include "partials/title.html" -%}</title>