Use secrets in settings
This commit is contained in:
parent
72872e456e
commit
86879545ce
@ -5,8 +5,7 @@ pipeline:
|
|||||||
repo: woodpeckerci/plugin-docker-buildx
|
repo: woodpeckerci/plugin-docker-buildx
|
||||||
tags: latest
|
tags: latest
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
secrets:
|
username:
|
||||||
- source: docker_username
|
from_secret: docker_username
|
||||||
target: plugin_username
|
password:
|
||||||
- source: docker_password
|
from_secret: docker_password
|
||||||
target: plugin_password
|
|
Loading…
Reference in New Issue
Block a user