Fix missing app version in latest Docker image tag

This commit is contained in:
aditya.chandel
2025-07-02 15:59:14 -06:00
committed by Aditya Chandel
parent 0fd5c12fd0
commit 7562ae65fd

View File

@ -127,6 +127,7 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--build-arg APP_VERSION=${{ env.new_tag }} \
--tag ghcr.io/${{ github.actor }}/booklore-app:latest \
--push .