File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9191 platforms : linux/amd64,linux/arm64
9292 build-args : |
9393 AGENT_PROVIDER=${{ matrix.provider.key }}
94+ GIT_SHA=${{ github.sha }}
9495 tags : |
9596 ghcr.io/${{ steps.repo_owner.outputs.owner }}/phoenix-agent-oauth:${{ matrix.provider.tag }}-${{ steps.tag_suffix.outputs.latest_tag }}
9697 ghcr.io/${{ steps.repo_owner.outputs.owner }}/phoenix-agent-oauth:${{ matrix.provider.tag }}-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ RUN bunx nx run-many --targets=build --projects=api,chat
3838FROM node:24-slim
3939
4040ARG BUILDKIT_INLINE_CACHE=1
41+ ARG GIT_SHA
42+ ENV GIT_SHA=$GIT_SHA
4143
4244# Unconditional packages — cached across all provider variants
4345RUN apt-get update && apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments