diff --git a/.woodpecker/tools-wasm-pack-plugin.yml b/.woodpecker/tools-wasm-pack-plugin.yml index 41453a9..03be977 100644 --- a/.woodpecker/tools-wasm-pack-plugin.yml +++ b/.woodpecker/tools-wasm-pack-plugin.yml @@ -22,6 +22,7 @@ pipeline: from_secret: DEPLOY_TOKEN repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin tags: latest + force_tag: true context: tools/wasm-pack-plugin dockerfile: tools/wasm-pack-plugin/Dockerfile when: diff --git a/tools/wasm-pack-plugin/Dockerfile b/tools/wasm-pack-plugin/Dockerfile index 054508b..9e2f8d2 100644 --- a/tools/wasm-pack-plugin/Dockerfile +++ b/tools/wasm-pack-plugin/Dockerfile @@ -9,8 +9,8 @@ RUN apk add --no-cache \ perl \ zlib \ make \ - && cargo install wasm-pack \ - && rustup target add wasm32-unknown-unknown \ +# && cargo install wasm-pack \ +# && rustup target add wasm32-unknown-unknown \ && chmod +x /bin/plugin.sh ENTRYPOINT /bin/plugin.sh \ No newline at end of file