2022-08-06 17:03:07 +00:00
|
|
|
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
|
2022-08-06 17:07:25 +00:00
|
|
|
context: /tools/wasm-pack-docker
|
2022-08-06 17:03:07 +00:00
|
|
|
when:
|
|
|
|
path: tools/wasm-pack-docker/Dockerfile
|