[links] feat: added bazarr
All checks were successful
Build and Publish / Build (push) Successful in 24s
Build and Publish / Deployment (push) Successful in 4s

This commit is contained in:
Simon Cornet 2024-09-09 12:58:01 +02:00
parent b8d26fef79
commit 72a665c460

View File

@ -1,5 +1,9 @@
FROM cr.simoncor.net/siempie/hugo-sws:latest FROM cr.simoncor.net/siempie/hugo-sws:latest
# build cache date argument trick
ARG GITEA_SHA=some_sha
RUN echo $GITEA_SHA
# clone site and template # clone site and template
RUN set -e \ RUN set -e \
&& git clone https://git.simoncor.net/siempie/start.simoncor.net.git /site \ && git clone https://git.simoncor.net/siempie/start.simoncor.net.git /site \