mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-11 22:39:04 -06:00
Display Git Version in Angular UI via Build-Time Injection
This commit is contained in:
committed by
Aditya Chandel
parent
29eb9d305d
commit
1c5ebea70f
1
.github/workflows/docker-build-publish.yml
vendored
1
.github/workflows/docker-build-publish.yml
vendored
@@ -100,6 +100,7 @@ jobs:
|
||||
docker buildx create --use
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--build-arg UI_VERSION=${{ env.image_tag }} \
|
||||
--tag ghcr.io/${{ github.actor }}/booklore-app:${{ env.image_tag }} \
|
||||
--push .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user