diff --git a/.drone.yml b/.drone.yml index 8c1d5fe..dbc991a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: # - apt-get update && apt-get install -y docker-ce-cli # - docker info # - docker image list - - "unqualified-search-registries = ["docker.io"]" >> /etc/containers/registries.conf + - echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf - podman info - cargo install cross --git https://github.com/cross-rs/cross - cross build --release --target aarch64-unknown-linux-gnu @@ -34,6 +34,6 @@ steps: # - name: dockersock # path: /var/run -volumes: -- name: dockersock - temp: {} +# volumes: +# - name: dockersock +# temp: {}