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

View file

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