chore: update bun.lock and package.json to include @types/bun and adjust deploy workflow tags
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
file: ./apps/web/Dockerfile
|
||||
# Only push on 'push' event (merge to master), not on 'pull_request'
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
tags: killercf/sgc:latest
|
||||
tags: sgsedevs/sgse-app:latest
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
PUBLIC_CONVEX_URL=${{ secrets.PUBLIC_CONVEX_URL }}
|
||||
|
||||
Reference in New Issue
Block a user