.drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ale 2024-10-13 21:53:05 +02:00
parent 1b74679483
commit 9699ffac71

View File

@ -27,10 +27,9 @@ steps:
volumes:
- name: dockersock
path: /var/run/docker.sock
- name: usrbin
path: /usr/bin
commands:
- docker login -u $USER -p $PASS $REGISTRY
- docker run --rm --privileged $REGISTRY/qemu-user-static --reset -p yes
- docker buildx build --platform amd64 -t $REGISTRY/fediblock-instance .
- docker push $REGISTRY/fediblock-instance
when:
@ -41,7 +40,4 @@ steps:
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- name: usrbin
host:
path: /usr/bin
path: /var/run/docker.sock