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

18 lines
499 B
YAML
Raw Normal View History

2022-08-06 20:32:27 +00:00
pipeline:
build and publish:
image: plugins/docker
settings:
registry: git.koval.net
username: cyclane
password:
from_secret: DEPLOY_TOKEN
repo: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin
tags: latest
2022-08-06 21:17:06 +00:00
force_tag: true
2022-08-06 20:32:27 +00:00
context: tools/wasm-pack-plugin
dockerfile: tools/wasm-pack-plugin/Dockerfile
when:
path:
include:
- tools/wasm-pack-plugin/*
- .woodpecker/tools-wasm-pack-plugin.yml