Skip to content

Commit

Permalink
cache-from dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Apr 11, 2024
1 parent dd0a05c commit fca08de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-from: type=registry,ref=trieve/server:buildcache
cache-to: type=registry,ref=trieve/server:buildcache,mode=max
context: server/
file: ./server/Dockerfile.no-ocr
Expand Down

0 comments on commit fca08de

Please sign in to comment.