Add git configuration
All checks were successful
Wake Runner / build (push) Successful in 10s
Build and Deploy / build (push) Successful in 9s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 11:17:17 +02:00
parent e79acecbe1
commit becfa76aa0

View File

@ -23,3 +23,6 @@ USER build
WORKDIR /home/build WORKDIR /home/build
ENV TZ='Europe/Brussels' ENV TZ='Europe/Brussels'
RUN git config --global user.email "sebastiaan.de.schaetzen+archlinux@gmail.com"
RUN git config --global user.name "Sebastiaan de Schaetzen (automated)"