Use secrets in settings

This commit is contained in:
6543 2021-12-18 20:49:55 +01:00
parent 72872e456e
commit 86879545ce

View File

@ -5,8 +5,7 @@ pipeline:
repo: woodpeckerci/plugin-docker-buildx
tags: latest
dockerfile: Dockerfile
secrets:
- source: docker_username
target: plugin_username
- source: docker_password
target: plugin_password
username:
from_secret: docker_username
password:
from_secret: docker_password