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