Skip to content

Commit

Permalink
Add caching to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Jun 28, 2023
1 parent fb0ae23 commit 1a72df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
tags: |
ghcr.io/developmentseed/llllm:latest
ghcr.io/developmentseed/llllm:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 1a72df2

Please sign in to comment.