mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39: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:
|
||||
build-dev-container:
|
||||
dev:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
|
@ -11,7 +11,7 @@ pipeline:
|
|||
tags: dev
|
||||
when:
|
||||
event: push
|
||||
build-stable-container:
|
||||
stable:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
|
@ -23,7 +23,7 @@ pipeline:
|
|||
tags: stable
|
||||
when:
|
||||
event: tag
|
||||
build-tag-container:
|
||||
tag:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
|
@ -1,5 +1,5 @@
|
|||
pipeline:
|
||||
publish-npm:
|
||||
npm:
|
||||
image: plugins/npm
|
||||
settings:
|
||||
username: yarmo_eu
|
Loading…
Reference in a new issue