feat: add version for the build

This commit is contained in:
Nevo David 2025-06-27 01:31:18 +07:00
parent 3c4bdb95be
commit 91f6d7adf0
2 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,7 @@ jobs:
- name: Build and Push Image
env:
CONTAINERVER: ${{ needs.build-containers-common.outputs.containerver }}
VERSION: ${{ github.ref_name }}
run: |
docker buildx build --platform linux/${{ matrix.arch }} \
-f Dockerfile.dev \

View File

@ -452,6 +452,9 @@ export const LaunchesComponent = () => {
{sortedIntegrations?.length > 0 &&
user?.tier?.ai &&
billingEnabled && <GeneratorComponent />}
<div className="mt-[5px]">
{process.env.VERSION ? `v${process.env.VERSION}` : ''}
</div>
</div>
</div>
<div className="flex-1 flex flex-col gap-[14px]">