Merge pull request #144 from victorchall/force

try cache busting
This commit is contained in:
Victor Hall 2023-04-15 16:55:30 -04:00 committed by GitHub
commit 9b6c01a7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -28,3 +28,4 @@ jobs:
file: docker/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: CACHEBUST=$(date +%s)

View File

@ -79,6 +79,7 @@ ADD requirements-runtime.txt /
RUN pip install --no-cache-dir -r requirements-runtime.txt
WORKDIR /workspace
ARG CACHEBUST=1
RUN git clone https://github.com/victorchall/EveryDream2trainer
WORKDIR /workspace/EveryDream2trainer