From a00bc1ff0a033b598f15d24d30399a8226d088d1 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Fri, 8 Dec 2023 18:45:52 +0100 Subject: [PATCH] Disable docker cache again --- .github/workflows/docker-vue3.yml | 4 ++-- Dockerfile | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-vue3.yml b/.github/workflows/docker-vue3.yml index fc5da899..4e197596 100644 --- a/.github/workflows/docker-vue3.yml +++ b/.github/workflows/docker-vue3.yml @@ -45,8 +45,8 @@ jobs: push: true context: . tags: ${{env.TAG}} - cache-from: type=gha - cache-to: type=gha,mode=max + #cache-from: type=gha + #cache-to: type=gha,mode=max # - # name: Push docker image (FacilMap) diff --git a/Dockerfile b/Dockerfile index c30dec8f..16027351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,3 +25,5 @@ USER root RUN chown -R root:root /opt/facilmap && mkdir -p "$CACHE_DIR" && chown -R facilmap:facilmap "$CACHE_DIR" USER facilmap + +# \ No newline at end of file