Fix secret usage for plugin-docker-buildx
All checks were successful
ci/woodpecker/push/wattpad-downloader Pipeline was successful
ci/woodpecker/push/matrix-media-repo Pipeline was successful
ci/woodpecker/cron/matrix-media-repo Pipeline was successful
ci/woodpecker/cron/wattpad-downloader Pipeline was successful

This commit is contained in:
Oliver Traber 2024-11-26 19:50:23 +01:00
parent 10e35d2aae
commit 86e4acafcd
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 8 additions and 2 deletions

View file

@ -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:

View file

@ -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: