mirror of https://github.com/docker/compose.git
fix release project to build with GIT_TAG
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
aa02a3d2d8
commit
37e0db31b8
|
@ -33,7 +33,7 @@ jobs:
|
|||
${{ runner.os }}-go-
|
||||
|
||||
- name: Build
|
||||
run: make -f builder.Makefile cross
|
||||
run: make GIT_TAG=${{ github.event.inputs.tag }} -f builder.Makefile cross
|
||||
|
||||
- name: License
|
||||
run: cp packaging/* bin/
|
||||
|
|
Loading…
Reference in New Issue