Fix secret usage for plugin-docker-buildx
All checks were successful
All checks were successful
This commit is contained in:
parent
10e35d2aae
commit
86e4acafcd
|
@ -17,11 +17,14 @@ steps:
|
|||
- git clone --branch v1.3.7 --depth 1 https://github.com/turt2live/matrix-media-repo.git .
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
pull_image: true
|
||||
registry: git.bluemedia.dev
|
||||
repo: git.bluemedia.dev/bluemedia/matrix-media-repo
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
platforms: linux/amd64
|
||||
tag: latest
|
||||
notify:
|
||||
|
|
|
@ -13,11 +13,14 @@ steps:
|
|||
- git clone --depth 1 https://github.com/Feuerhamster/wattpad-downloader.git .
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
pull_image: true
|
||||
registry: git.bluemedia.dev
|
||||
repo: git.bluemedia.dev/bluemedia/wattpad-downloader
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
platforms: linux/amd64
|
||||
tag: latest
|
||||
notify:
|
||||
|
|
Loading…
Reference in a new issue