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

Merged
jcabillot merged 2 commits from feat/gitea-actions-v2 into master 2026-06-08 16:28:13 -04:00
Showing only changes of commit 16c858542e - Show all commits
+4
View File
@@ -13,4 +13,8 @@ COPY --chown=www-data:www-data pkg/files/Caddyfile /etc/frankenphp/Caddyfile
COPY --chown=www-data:www-data "../public" "/app" COPY --chown=www-data:www-data "../public" "/app"
# TODO: php.ini # TODO: php.ini
# Caddyfile imports this file via basic_auth (it can be empty, file just must exist)
RUN touch /etc/frankenphp/htpasswd && \
chown www-data:www-data /etc/frankenphp/htpasswd
USER www-data USER www-data