8 Commits

Author SHA1 Message Date
0bb3896944 chore(deps): update ghcr.io/getzola/zola docker tag to v0.21.0 2025-08-12 08:15:03 +00:00
Alex Wellnitz
f471edeb58 feat: add new Project
All checks were successful
renovate / renovate (push) Successful in 2m0s
Build and Deploy / Build-Container-Image (push) Successful in 33s
2025-08-12 09:49:08 +02:00
dd98c0972b Merge pull request 'chore(deps): update ghcr.io/getzola/zola docker tag to v0.21.0' (#14) from renovate/ghcr.io-getzola-zola-0.x into main
Some checks failed
renovate / renovate (push) Successful in 1m35s
Build and Deploy / Build-Container-Image (push) Failing after 3m15s
Reviewed-on: #14
2025-08-12 06:33:55 +00:00
a3d7e8c636 chore(deps): update ghcr.io/getzola/zola docker tag to v0.21.0 2025-08-12 06:29:58 +00:00
c4c2223443 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.62.4' (#15) from renovate/ghcr.io-renovatebot-renovate-41.x into main
All checks were successful
renovate / renovate (push) Successful in 3m48s
2025-08-12 06:27:22 +00:00
cd8c2ec5cc chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.62.4 2025-08-12 06:27:17 +00:00
5a74fe1bc1 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41' (#13) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
Reviewed-on: #13
2025-08-12 06:23:11 +00:00
17973a4c14 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41 2025-08-12 00:01:30 +00:00
4 changed files with 17 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/getzola/zola:v0.20.0 as zola
FROM ghcr.io/getzola/zola:v0.21.0 as zola
COPY . /project
WORKDIR /project
@@ -6,4 +6,4 @@ RUN ["zola", "build"]
FROM ghcr.io/static-web-server/static-web-server:2
WORKDIR /
COPY --from=zola /project/public /public
COPY --from=zola /project/public /public

View File

@@ -0,0 +1,14 @@
+++
title = "Updates-Sucks"
description = "A command-line tool for automating software version monitoring for DevOps engineers and system administrators."
weight = 30
[taxonomies]
tags = ["Golang", "Monitoring", "DevOps", "Versioning", "Repositories" ]
[extra]
local_image = "projects/rustysearch/doteki_logo.webp"
social_media_card = "social_cards/projects_doteki.jpg"
canonical_url = "https://alexohneander.de/projects/updates-sucks/"
add_src_to_code_block = true
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB