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 15:37:49 -04:00
Showing only changes of commit 106da2aef4 - Show all commits
+1
View File
@@ -5,6 +5,7 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# Nécessaire pour le git clone plus loin # Nécessaire pour le git clone plus loin
WORKDIR "/var/www" WORKDIR "/var/www"
# hadolint ignore=DL3008,DL3015,SC3009
RUN export DEBIAN_FRONTEND="noninteractive" && \ RUN export DEBIAN_FRONTEND="noninteractive" && \
export BUILD_PACKAGES="libpng-dev git" && \ export BUILD_PACKAGES="libpng-dev git" && \
apt-get -qq update && \ apt-get -qq update && \