mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-19 12:53:56 +02:00
Fix secret usage for plugin-docker-buildx
Some checks failed
ci/woodpecker/push/docker Pipeline failed
Some checks failed
ci/woodpecker/push/docker Pipeline failed
This commit is contained in:
parent
9dda474fd6
commit
f0faeb1c62
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ steps:
|
||||||
pull_image: true
|
pull_image: true
|
||||||
registry: git.bluemedia.dev
|
registry: git.bluemedia.dev
|
||||||
repo: git.bluemedia.dev/bluemedia/musebot
|
repo: git.bluemedia.dev/bluemedia/musebot
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue