mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +08:00
feat(ci): add sentry auth token to builds
This commit is contained in:
parent
49df553768
commit
1c55ce41be
3
.github/workflows/deploy-image.yml
vendored
3
.github/workflows/deploy-image.yml
vendored
|
@ -2,6 +2,7 @@ name: Deploy Images to GHCR
|
|||
|
||||
env:
|
||||
DOTNET_VERSION: '6.0.x'
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -28,5 +29,5 @@ jobs:
|
|||
|
||||
- name: 'Build Inventory Image'
|
||||
run: |
|
||||
docker build . --tag ghcr.io/mendableai/firecrawl:latest
|
||||
docker build . --tag ghcr.io/mendableai/firecrawl:latest --secret id=SENTRY_AUTH_TOKEN
|
||||
docker push ghcr.io/mendableai/firecrawl:latest
|
Loading…
Reference in New Issue
Block a user