Fix woodpecker

This commit is contained in:
Yarmo Mackenbach 2022-02-25 20:56:13 +01:00
parent e8c91df0c8
commit 81749c8f12
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -1,5 +1,5 @@
pipeline:
publish-npm:
npm:
image: plugins/npm
settings:
username: yarmo_eu