mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Fix missing app version in latest Docker image tag
This commit is contained in:
committed by
Aditya Chandel
parent
0fd5c12fd0
commit
7562ae65fd
1
.github/workflows/docker-build-publish.yml
vendored
1
.github/workflows/docker-build-publish.yml
vendored
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user