14 lines
358 B
YAML
14 lines
358 B
YAML
|
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
|