Update .woodpecker.yml
This commit is contained in:
@@ -4,5 +4,9 @@ pipeline:
|
|||||||
settings:
|
settings:
|
||||||
repo: $CI_REPO
|
repo: $CI_REPO
|
||||||
tags: latest
|
tags: latest
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user