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: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/farhoodlabs/shannon:latest
|
ghcr.io/farhoodlabs/trebuchet:latest
|
||||||
ghcr.io/farhoodlabs/shannon:sha-${{ github.sha }}
|
ghcr.io/farhoodlabs/trebuchet:sha-${{ github.sha }}
|
||||||
|
|
||||||
build-api:
|
build-api:
|
||||||
name: Build & push API image
|
name: Build & push API image
|
||||||
@@ -102,5 +102,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/farhoodlabs/hightower-api:latest
|
ghcr.io/farhoodlabs/trebuchet-api:latest
|
||||||
ghcr.io/farhoodlabs/hightower-api:sha-${{ github.sha }}
|
ghcr.io/farhoodlabs/trebuchet-api:sha-${{ github.sha }}
|
||||||
|
|||||||
Generated
+3
-3
@@ -38,12 +38,12 @@ importers:
|
|||||||
'@modelcontextprotocol/sdk':
|
'@modelcontextprotocol/sdk':
|
||||||
specifier: ^1.29.0
|
specifier: ^1.29.0
|
||||||
version: 1.29.0(zod@4.3.6)
|
version: 1.29.0(zod@4.3.6)
|
||||||
'@shannon/worker':
|
|
||||||
specifier: workspace:*
|
|
||||||
version: link:../worker
|
|
||||||
'@temporalio/client':
|
'@temporalio/client':
|
||||||
specifier: ^1.11.0
|
specifier: ^1.11.0
|
||||||
version: 1.15.0
|
version: 1.15.0
|
||||||
|
'@trebuchet/worker':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../worker
|
||||||
hono:
|
hono:
|
||||||
specifier: ^4.7.0
|
specifier: ^4.7.0
|
||||||
version: 4.12.12
|
version: 4.12.12
|
||||||
|
|||||||
Reference in New Issue
Block a user