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

17 lines
479 B
YAML

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
tags: latest
context: tools/wasm-pack-docker
dockerfile: tools/wasm-pack-docker/Dockerfile
when:
path:
include:
- tools/wasm-pack-docker/Dockerfile
- .woodpecker/tools-wasm-pack-docker.yml