game-algorithms/.woodpecker/tools-wasm-pack-docker.yml

17 lines
479 B
YAML
Raw Normal View History

2022-08-06 17:03:07 +00:00
pipeline:
build and publish:
image: plugins/docker
settings:
registry: git.koval.net
2022-08-06 17:33:47 +00:00
username: cyclane
2022-08-06 17:03:07 +00:00
password:
from_secret: DEPLOY_TOKEN
2022-08-06 17:33:47 +00:00
repo: git.koval.net/cyclane/game-algorithms/wasm-pack
2022-08-06 17:03:07 +00:00
tags: latest
2022-08-06 17:33:47 +00:00
context: tools/wasm-pack-docker
2022-08-06 17:11:53 +00:00
dockerfile: tools/wasm-pack-docker/Dockerfile
2022-08-06 17:03:07 +00:00
when:
2022-08-06 17:08:25 +00:00
path:
include:
- tools/wasm-pack-docker/Dockerfile
- .woodpecker/tools-wasm-pack-docker.yml