diff --git a/.drone.yml b/.drone.yml index 00fa5fa..322800c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,4 @@ steps: username: from_secret: docker_username password: - from_secret: docker_password - -trigger: - ref: - - refs/tags/v* \ No newline at end of file + from_secret: docker_password \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index cdeb05f..5ec6852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM rust:1.67 RUN apt update && \ - apt install gcc-multilib && \ + apt install -y gcc-multilib && \ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file