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:
2026-04-27 18:56:35 +00:00
parent bf722638f7
commit bb981e1353
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -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 }}