ci: migrate to 4-job pipeline with SHA-pinned actions #3

Merged
jcabillot merged 5 commits from feat/gitea-actions-v2 into master 2026-06-08 20:25:07 -04:00
Showing only changes of commit 9fb7bcae49 - Show all commits
+3 -4
View File
@@ -1,7 +1,7 @@
FROM "alpine:3.23"
FROM alpine:3.23
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# Ce projet tourne en root, mais je ne voit pas encore comment l'en empecher.
# Ce projet tourne en root, mais je ne vois pas encore comment l'en empecher.
# Par défaut cron doit pouvoir changer de user pour lire chaque crontab.
# En forçant un user comme guest, même avec un shell cela ne fonctionne pas.
@@ -12,6 +12,5 @@ COPY "run.sh" "/"
#ENTRYPOINT [ "/sbin/tini", "--" ]
CMD [ "/run.sh" ]
HEALTHCHECK --interval="10s" \
HEALTHCHECK --interval=10s \
CMD pgrep crond || exit 1