mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2025-07-22 00:35:25 +00: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