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