wasm-pack-docker
ci/woodpecker/push/tools-wasm-pack-docker Pipeline failed Details

This commit is contained in:
Gleb Koval 2022-08-06 17:03:07 +00:00
parent 442ee9b022
commit cb7a95fd69
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,14 @@
pipeline:
build and publish:
image: plugins/docker
settings:
registry: git.koval.net
username:
from_secret: DEPLOY_USER
password:
from_secret: DEPLOY_TOKEN
repo: cyclane/game-algorithms/wasm-pack
tags: latest
context: tools/wasm-pack-docker
when:
path: tools/wasm-pack-docker/Dockerfile

View File

@ -0,0 +1,2 @@
FROM rust:alpine
RUN cargo install wasm-pack