Este commit está contenido en:
40
.drone.yml
Archivo normal
40
.drone.yml
Archivo normal
@@ -0,0 +1,40 @@
|
||||
kind: pipeline
|
||||
name: build-linux-amd64
|
||||
type: docker
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
environment:
|
||||
USER:
|
||||
from_secret: user
|
||||
PASS:
|
||||
from_secret: pass
|
||||
REGISTRY:
|
||||
from_secret: registry
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
- name: usrbin
|
||||
path: /usr/bin
|
||||
commands:
|
||||
- docker login -u $USER -p $PASS $REGISTRY
|
||||
- docker buildx build --platform amd64 -t $REGISTRY/libretranslate-api .
|
||||
- docker push $REGISTRY/libretranslate-api
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- name: usrbin
|
||||
host:
|
||||
path: /usr/bin
|
||||
Submodule LibreTranslate updated: 236eee1774...6b4044aee3
Referencia en una nueva incidencia
Block a user