wasm-pack-docker
ci/woodpecker/push/tools-wasm-pack-docker Pipeline failed
Details
ci/woodpecker/push/tools-wasm-pack-docker Pipeline failed
Details
This commit is contained in:
parent
442ee9b022
commit
cb7a95fd69
|
@ -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
|
|
@ -0,0 +1,2 @@
|
||||||
|
FROM rust:alpine
|
||||||
|
RUN cargo install wasm-pack
|
Loading…
Reference in New Issue