fix(ci): update container image names to trebuchet
- ghcr.io/farhoodlabs/shannon -> ghcr.io/farhoodlabs/trebuchet (worker) - ghcr.io/farhoodlabs/hightower-api -> ghcr.io/farhoodlabs/trebuchet-api (api) - Regenerate pnpm-lock.yaml with updated workspace deps Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -68,8 +68,8 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/farhoodlabs/shannon:latest
|
||||
ghcr.io/farhoodlabs/shannon:sha-${{ github.sha }}
|
||||
ghcr.io/farhoodlabs/trebuchet:latest
|
||||
ghcr.io/farhoodlabs/trebuchet:sha-${{ github.sha }}
|
||||
|
||||
build-api:
|
||||
name: Build & push API image
|
||||
@@ -102,5 +102,5 @@ jobs:
|
||||
push: true
|
||||
no-cache: true
|
||||
tags: |
|
||||
ghcr.io/farhoodlabs/hightower-api:latest
|
||||
ghcr.io/farhoodlabs/hightower-api:sha-${{ github.sha }}
|
||||
ghcr.io/farhoodlabs/trebuchet-api:latest
|
||||
ghcr.io/farhoodlabs/trebuchet-api:sha-${{ github.sha }}
|
||||
|
||||
Generated
+3
-3
@@ -38,12 +38,12 @@ importers:
|
||||
'@modelcontextprotocol/sdk':
|
||||
specifier: ^1.29.0
|
||||
version: 1.29.0(zod@4.3.6)
|
||||
'@shannon/worker':
|
||||
specifier: workspace:*
|
||||
version: link:../worker
|
||||
'@temporalio/client':
|
||||
specifier: ^1.11.0
|
||||
version: 1.15.0
|
||||
'@trebuchet/worker':
|
||||
specifier: workspace:*
|
||||
version: link:../worker
|
||||
hono:
|
||||
specifier: ^4.7.0
|
||||
version: 4.12.12
|
||||
|
||||
Reference in New Issue
Block a user