align dependency runtime baselines across Docker and CI

This commit is contained in:
alex wiesner
2026-03-15 15:40:40 +00:00
parent 566077533b
commit 7f03da23dd
15 changed files with 54 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ on:
env:
IMAGE_NAME: "voyage-frontend"
BUN_VERSION: "1.3.10"
jobs:
upload:
@@ -50,6 +51,8 @@ jobs:
with:
context: ./frontend
platforms: linux/amd64,linux/arm64
build-args: |
BUN_VERSION=${{ env.BUN_VERSION }}
push: true
tags: |
ghcr.io/${{ steps.repo_owner.outputs.repo_owner }}/${{ env.IMAGE_NAME }}:latest