Skip to content

Commit 85ae98d

Browse files
committed
add pkcs11 to build tools
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent b7ee454 commit 85ae98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
FABRIC_VER=${{ env.FABRIC_VER }}
127127
UBUNTU_VER=${{ env.UBUNTU_VER }}
128128
GO_VER=${{ env.GO_VER }}
129-
GO_TAGS= ${{ matrix.component.gotags }}
129+
GO_TAGS=${{ matrix.component.gotags }}
130130
outputs: type=image,"name=docker.io/${{ github.repository_owner }}/fabric-${{ matrix.component.name }}",push-by-digest=true,name-canonical=true,push=true
131131

132132
- name: Export digest

0 commit comments

Comments
 (0)