mirror of
https://github.com/BluemediaDev/discord-cleanup-bot.git
synced 2024-12-26 21:33:17 +01:00
Fix secret usage for plugin-docker-buildx
This commit is contained in:
parent
db98a3be23
commit
9bef46a2ed
|
@ -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/discord-cleanup-bot
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||
tag: latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue