feat: add lint, build, test, push pipeline with SHA-pinned actions #3

Merged
jcabillot merged 3 commits from feat/gitea-actions-v2 into master 2026-06-08 16:47:24 -04:00
Showing only changes of commit d9b462b6e8 - Show all commits
+1 -1
View File
@@ -40,7 +40,7 @@ CMD [ "docker-php-entrypoint", "apache2-foreground" ]
# C'est dommage mais il n'est pas possible de faire unexpose : # C'est dommage mais il n'est pas possible de faire unexpose :
# https://github.com/moby/moby/issues/3465 # https://github.com/moby/moby/issues/3465
EXPOSE "8080/tcp" EXPOSE 8080/tcp
# TODO: à remettre une fois le bug corrigé # TODO: à remettre une fois le bug corrigé
#HEALTHCHECK --interval="5s" \ #HEALTHCHECK --interval="5s" \