1 Commits
Author SHA1 Message Date
renovate 43c9b15a96 Update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / build (pull_request) Successful in 47s
PR Checks / hadolint (pull_request) Failing after 2m59s
2026-08-02 16:50:18 +00:00
2 changed files with 1 additions and 13 deletions
-12
View File
@@ -1,12 +0,0 @@
name: Renovate
on:
push:
branches:
- main
workflow_dispatch:
jobs:
renovate:
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
secrets: inherit
+1 -1
View File
@@ -88,7 +88,7 @@ USER hermes
EXPOSE 8787
HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \
CMD ["curl", "-f", "http://localhost:8787/health"]
CMD curl -f http://localhost:8787/health || exit 1
# Run the WebUI server (which runs Hermes Agent in-process)
CMD ["python", "/app/server.py"]