feat(ci): add sentry auth token to builds
This commit is contained in:
@@ -2,6 +2,7 @@ name: Deploy Images to GHCR
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DOTNET_VERSION: '6.0.x'
|
DOTNET_VERSION: '6.0.x'
|
||||||
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -28,5 +29,5 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Build Inventory Image'
|
- name: 'Build Inventory Image'
|
||||||
run: |
|
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
|
docker push ghcr.io/mendableai/firecrawl:latest
|
||||||
Reference in New Issue
Block a user