mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-03 23:33:55 +02:00
Fix secret usage for plugin-docker-buildx
This commit is contained in:
parent
9dda474fd6
commit
8c999a9078
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
|||
steps:
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
pull_image: true
|
||||
registry: git.bluemedia.dev
|
||||
repo: git.bluemedia.dev/bluemedia/musebot
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tag: latest
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue