mirror of
https://example.com
synced 2024-11-23 08:06:39 +09:00
ci: 💚 install proper dependencies for Docker build
This commit is contained in:
parent
35dbda8876
commit
10624f7bea
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ dockerPush:
|
|||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- apk add --no-cache nodejs npm cargo python3 make g++
|
||||
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG .
|
||||
- echo $CI_JOB_TOKEN | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
|
|
Loading…
Reference in a new issue