mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Fix woodpecker
This commit is contained in:
parent
e8c91df0c8
commit
81749c8f12
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build-dev-container:
|
dev:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
tags: dev
|
tags: dev
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
build-stable-container:
|
stable:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
|
@ -23,7 +23,7 @@ pipeline:
|
||||||
tags: stable
|
tags: stable
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
build-tag-container:
|
tag:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
|
@ -1,5 +1,5 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish-npm:
|
npm:
|
||||||
image: plugins/npm
|
image: plugins/npm
|
||||||
settings:
|
settings:
|
||||||
username: yarmo_eu
|
username: yarmo_eu
|
Loading…
Reference in a new issue