chore: update bun.lock and package.json to include @types/bun and adjust deploy workflow tags

This commit is contained in:
2026-01-13 14:23:37 -03:00
parent ec6ba1d95f
commit a94ec86349
5 changed files with 91 additions and 74 deletions

View File

@@ -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 }}