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:
|
needs:
|
||||||
- build:executable
|
- build:executable
|
||||||
script:
|
script:
|
||||||
|
- apk install make
|
||||||
- make docker-build
|
- make docker-build
|
||||||
- make docker-save > _artifacts/docker-image.tar
|
- make docker-save > _artifacts/docker-image.tar
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue