1 Commits
Author SHA1 Message Date
renovate 6d77f34322 chore(deps): update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / build-test (pull_request) Successful in 41s
PR Checks / hadolint (pull_request) Failing after 15s
2026-08-01 14:27:49 +00:00
2 changed files with 1 additions and 13 deletions
-12
View File
@@ -1,12 +0,0 @@
name: Renovate
on:
push:
branches:
- master
workflow_dispatch:
jobs:
renovate:
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
secrets: inherit
+1 -1
View File
@@ -5,5 +5,5 @@ WORKDIR /app
COPY Caddyfile /etc/frankenphp/Caddyfile
COPY --chown=www-data:www-data root /app/public
# hadolint ignore=DL3066
USER www-data