feat: add version for the build
This commit is contained in:
parent
3c4bdb95be
commit
91f6d7adf0
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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]">
|
||||
|
|
|
|||
Loading…
Reference in New Issue