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:
|
steps:
|
||||||
docker:
|
docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
|
||||||
settings:
|
settings:
|
||||||
pull_image: true
|
pull_image: true
|
||||||
registry: git.bluemedia.dev
|
registry: git.bluemedia.dev
|
||||||
repo: git.bluemedia.dev/bluemedia/discord-cleanup-bot
|
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
|
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue