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 .
|
- git clone --branch v1.3.7 --depth 1 https://github.com/turt2live/matrix-media-repo.git .
|
||||||
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/matrix-media-repo
|
repo: git.bluemedia.dev/bluemedia/matrix-media-repo
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
notify:
|
notify:
|
||||||
|
|
|
@ -13,11 +13,14 @@ steps:
|
||||||
- git clone --depth 1 https://github.com/Feuerhamster/wattpad-downloader.git .
|
- git clone --depth 1 https://github.com/Feuerhamster/wattpad-downloader.git .
|
||||||
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/wattpad-downloader
|
repo: git.bluemedia.dev/bluemedia/wattpad-downloader
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Reference in a new issue