docker: Fix missing CLN version in docker image

Changelog-Fixed: Core lightning version in Docker image will not be missing.
This commit is contained in:
ShahanaFarooqui
2025-10-20 00:07:02 -07:00
committed by Sangbida Chaudhuri
parent 31035077fa
commit 5733046617
5 changed files with 18 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.ref }} # Ensures the branch triggering the workflow is checked out
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@@ -116,3 +117,5 @@ jobs:
push: true
platforms: ${{ env.PLATFORMS }}
tags: ${{ env.TAGS }}
build-args: |
VERSION=${{ env.VERSION }}