Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40cd2b6e6a | ||
|
|
60858d1dff | ||
|
|
c2c2363cd7 | ||
|
|
0e17a94f35 | ||
|
|
bceca024fd | ||
|
|
ad8b3b7830 |
@@ -0,0 +1,13 @@
|
|||||||
|
name: Renovate
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
+1
-1
@@ -5,5 +5,5 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY Caddyfile /etc/frankenphp/Caddyfile
|
COPY Caddyfile /etc/frankenphp/Caddyfile
|
||||||
COPY --chown=www-data:www-data root /app/public
|
COPY --chown=www-data:www-data root /app/public
|
||||||
|
# hadolint ignore=DL3066
|
||||||
USER www-data
|
USER www-data
|
||||||
|
|||||||
Reference in New Issue
Block a user