diff --git a/.drone.yml b/.drone.yml index ad07cb3..45b0554 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,8 @@ steps: - name: dockersock path: /var/run/docker.sock commands: - - git submodule update --recursive --remote + - git submodule update --init + - git submodule update --init --recursive - docker login -u $USER -p $PASS $REGISTRY - docker run --rm --privileged $REGISTRY/qemu-user-static --reset -p yes - docker buildx build --platform amd64 -t bind9-docker ./bind9-docker