ci: Add missing make package to build:executable
This commit is contained in:
parent
b98c50246f
commit
873f63533b
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ build:docker-image:
|
|||
needs:
|
||||
- build:executable
|
||||
script:
|
||||
- apk install make
|
||||
- make docker-build
|
||||
- make docker-save > _artifacts/docker-image.tar
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue