align dependency runtime baselines across Docker and CI
This commit is contained in:
7
.github/workflows/frontend-beta.yml
vendored
7
.github/workflows/frontend-beta.yml
vendored
@@ -13,16 +13,17 @@ on:
|
||||
|
||||
env:
|
||||
IMAGE_NAME: "voyage-frontend"
|
||||
BUN_VERSION: "1.3.10"
|
||||
|
||||
jobs:
|
||||
upload:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
@@ -48,6 +49,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 }}:beta
|
||||
|
||||
Reference in New Issue
Block a user