This commit is contained in:
parent
442ee9b022
commit
cb7a95fd69
14
.woodpecker/tools-wasm-pack-docker.yml
Normal file
14
.woodpecker/tools-wasm-pack-docker.yml
Normal 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
|
2
tools/wasm-pack-docker/Dockerfile
Normal file
2
tools/wasm-pack-docker/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM rust:alpine
|
||||
RUN cargo install wasm-pack
|
Loading…
x
Reference in New Issue
Block a user