Skip to content

Commit df42480

Browse files
authored
fix FABRIC_X_VERSION in the build-image workflow (#8)
Signed-off-by: pasquale95 <pasqualeconvertini95@gmail.com>
1 parent d5b16e1 commit df42480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
platforms: linux/amd64,linux/arm64,linux/s390x
4141
push: true
4242
build-args: |
43-
FABRIC_X_VERSION=${{ env.VERSION }}
43+
FABRIC_X_VERSION=${{ github.ref_name }}
4444
tags: |
4545
docker.io/hyperledger/fabric-x-tools:${{ env.VERSION }}
4646
docker.io/hyperledger/fabric-x-tools:latest

0 commit comments

Comments
 (0)