test3
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Midou36O 2022-11-29 23:26:35 +01:00
parent 43a915abf7
commit 3e9ab0e536
Signed by: midou
GPG Key ID: 08063D5407090BC2
1 changed files with 13 additions and 3 deletions

View File

@ -8,6 +8,7 @@ pipeline:
- go build .
dockerize:
when:
branch: [main, master]
event: [push]
image: plugins/docker
settings:
@ -18,9 +19,18 @@ pipeline:
from_secret: docker_passwd
# password = key or actual password
auto_tag: true
when:
dockerize-dev:
when:
event: [push]
branch: [dev]
auto_tag_suffix: dev
image: plugins/docker
settings:
repo: odyssey/gothub
username:
from_secret: docker_user
password:
from_secret: docker_passwd
# password = key or actual password
tags: dev
branches: [main, master]