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

This commit is contained in:
Simon Cornet 2024-09-06 17:47:04 +02:00
parent 09628b9ff8
commit e9d3ca84ad

View File

@ -2,7 +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" RUN echo $CACHE_DATE
# clone site and template # clone site and template
RUN set -e \ RUN set -e \