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

31 lines
824 B
YAML
Raw Normal View History

2022-08-06 20:32:27 +00:00
pipeline:
2022-08-06 22:11:33 +00:00
build:
image: plugins/docker
settings:
dry_run: true
context: tools/wasm-pack-plugin
dockerfile: tools/wasm-pack-plugin/Dockerfile
when:
branch:
exclude: [master]
path:
include:
- tools/wasm-pack-plugin/*
- .woodpecker/tools-wasm-pack-plugin.yml
2022-08-06 20:32:27 +00:00
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
context: tools/wasm-pack-plugin
dockerfile: tools/wasm-pack-plugin/Dockerfile
when:
2022-08-06 22:11:33 +00:00
branch: master
2022-08-06 20:32:27 +00:00
path:
include:
- tools/wasm-pack-plugin/*
- .woodpecker/tools-wasm-pack-plugin.yml