Skip to content

Commit

Permalink
test two: GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Apr 11, 2024
1 parent 20c2f8d commit 458db47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
arguflow/search
trieve/server
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -37,8 +37,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
cache-from: type=s3,region=us-east-2,bucket=docker-caching
cache-to: type=s3,region=us-east-2,bucket=docker-caching,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
context: server/
file: ./server/Dockerfile.no-ocr
push: true
Expand Down

0 comments on commit 458db47

Please sign in to comment.