Compare commits

3 Commits

Author SHA1 Message Date
d2ed34fe2b Merge branch 'main' of git.odit.services:lfk/docs
All checks were successful
Build latest image / build-container (push) Successful in 1m27s
2025-04-08 19:36:04 +02:00
0473960c1a feat(ci): Added build-number based tag 2025-04-08 19:35:48 +02:00
75d0af185c ci: drop displayUpdatedDate for now
All checks were successful
Build latest image / build-container (push) Successful in 2m31s
Build release images / build-container (push) Successful in 2m42s
2025-03-28 17:09:01 +01:00
3 changed files with 2 additions and 3 deletions

View File

@@ -26,4 +26,5 @@ jobs:
push: true
tags: |
${{ vars.REGISTRY }}/lfk/docs:latest
${{ vars.REGISTRY }}/lfk/docs:main-${{ gitea.run_number }}
platforms: linux/amd64,linux/arm64

View File

@@ -2,7 +2,7 @@ FROM hugomods/hugo:exts AS build
WORKDIR /app
COPY . /app/
COPY .git /app/.git
# COPY .git /app/.git
RUN hugo
FROM hugomods/hugo:nginx

View File

@@ -7,7 +7,6 @@ module:
- path: github.com/imfing/hextra
enableRobotsTXT: true
enableGitInfo: true
hasCJKLanguage: true
outputs:
@@ -78,7 +77,6 @@ menu:
params:
description: Dokumentation für das Lauf für Kaya! Läufersystem.
displayUpdatedDate: true
navbar:
displayTitle: true
displayLogo: true