wasm-pack-plugin
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
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
|
25
.woodpecker/tools-wasm-pack-plugin.yml
Normal file
25
.woodpecker/tools-wasm-pack-plugin.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
when:
|
||||
path:
|
||||
include:
|
||||
- tools/wasm-pack-plugin/Dockerfile
|
||||
- .woodpecker/tools-wasm-pack-plugin.yml
|
||||
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
|
||||
context: tools/wasm-pack-plugin
|
||||
dockerfile: tools/wasm-pack-plugin/Dockerfile
|
||||
when:
|
||||
path:
|
||||
include:
|
||||
- tools/wasm-pack-plugin/*
|
||||
- .woodpecker/tools-wasm-pack-plugin.yml
|
Reference in New Issue
Block a user