Skip to content

Commit 21a23bb

Browse files
committed
2 parents 13f06cb + da01abf commit 21a23bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
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 }}

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ RUN bunx nx run-many --targets=build --projects=api,chat
3838
FROM node:24-slim
3939

4040
ARG BUILDKIT_INLINE_CACHE=1
41+
ARG GIT_SHA
42+
ENV GIT_SHA=$GIT_SHA
4143

4244
# Unconditional packages — cached across all provider variants
4345
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)