Skip to content

Commit

Permalink
based of review
Browse files Browse the repository at this point in the history
  • Loading branch information
daveads authored and cdxker committed Nov 22, 2024
1 parent 138100e commit c4cf5e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
file: ./apps/api/Dockerfile
push: false
load: true
tags: firecrawl:pr-${{ github.event.number }}
tags: trieve/firecrawl:pr-${{ github.event.number }}
build-args: |
PORT=8080
Expand All @@ -43,6 +43,6 @@ jobs:
file: ./apps/puppeteer-service-ts/Dockerfile
push: false
load: true
tags: puppeteer-service-ts:pr-${{ github.event.number }}
tags: trieve/puppeteer-service-ts:pr-${{ github.event.number }}
build-args: |
PORT=3000
PORT=3000

0 comments on commit c4cf5e3

Please sign in to comment.