Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yudataguy committed Dec 12, 2024
1 parent 3e3c8d8 commit 8d09db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./apps/api/Dockerfile
context: ./apps/api
file: Dockerfile
push: false
load: true
tags: trieve/firecrawl:pr-${{ github.event.number }}
Expand All @@ -39,8 +39,8 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./apps/puppeteer-service-ts/Dockerfile
context: ./apps/puppeteer-service-ts/
file: Dockerfile
push: false
load: true
tags: trieve/puppeteer-service-ts:pr-${{ github.event.number }}
Expand Down

0 comments on commit 8d09db4

Please sign in to comment.