Skip to content

Commit

Permalink
Disable docker cache again
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Dec 8, 2023
1 parent 3f9ffe6 commit a00bc1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

#

0 comments on commit a00bc1f

Please sign in to comment.