Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef2fc48e27 | ||
|
|
877d392b9a | ||
|
|
c94411f579 | ||
|
|
3cf53dd6f5 | ||
|
|
355049bb3a |
@@ -0,0 +1,12 @@
|
|||||||
|
name: Renovate
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||||
|
secrets: inherit
|
||||||
+1
-1
@@ -3,7 +3,7 @@ LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
|
|||||||
|
|
||||||
# hadolint ignore=DL3018
|
# hadolint ignore=DL3018
|
||||||
RUN apk add --no-cache apache2-utils
|
RUN apk add --no-cache apache2-utils
|
||||||
|
# hadolint ignore=DL3066
|
||||||
USER "nobody"
|
USER "nobody"
|
||||||
|
|
||||||
ENTRYPOINT [ "htpasswd" ]
|
ENTRYPOINT [ "htpasswd" ]
|
||||||
Reference in New Issue
Block a user