[ci] feat: try to skip buildcache
All checks were successful
Build and Publish / Build (push) Successful in 23s
Build and Publish / Deployment (push) Successful in 4s

This commit is contained in:
Simon Cornet 2024-09-06 17:42:56 +02:00
parent 541de41fa6
commit 09628b9ff8

View File

@ -2,6 +2,7 @@ FROM cr.simoncor.net/siempie/hugo-sws:latest
# build cache date argument trick # build cache date argument trick
ARG CACHE_DATE=2017-04-29 ARG CACHE_DATE=2017-04-29
RUN echo "$CACHE_DATE"
# clone site and template # clone site and template
RUN set -e \ RUN set -e \