This commit is contained in:
parent
28f11ea57f
commit
b791dfec0a
@ -26,7 +26,8 @@ steps:
|
|||||||
- name: usrbin
|
- name: usrbin
|
||||||
path: /usr/bin
|
path: /usr/bin
|
||||||
commands:
|
commands:
|
||||||
- apk update && apk add git && /usr/bin/git clone --recursive https://git.manalejandro.com/ale/libretranslate-api .
|
- apk add --no-cache git --repository https://alpine.global.ssl.fastly.net/alpine/v3.10/main
|
||||||
|
- git clone --recursive https://git.manalejandro.com/ale/libretranslate-api .
|
||||||
- docker login -u $USER -p $PASS $REGISTRY
|
- docker login -u $USER -p $PASS $REGISTRY
|
||||||
- docker buildx build --platform amd64 -t $REGISTRY/libretranslate-api -f docker/Dockerfile ./LibreTranslate
|
- docker buildx build --platform amd64 -t $REGISTRY/libretranslate-api -f docker/Dockerfile ./LibreTranslate
|
||||||
- docker push $REGISTRY/libretranslate-api
|
- docker push $REGISTRY/libretranslate-api
|
||||||
|
Loading…
Reference in New Issue
Block a user