mirror of
https://github.com/BluemediaDev/nginx-live.git
synced 2025-01-18 07:08:55 +01:00
Fix secret usage for plugin-docker-buildx
This commit is contained in:
parent
5dd780c081
commit
c402041047
|
@ -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/nginx-live
|
repo: git.bluemedia.dev/bluemedia/nginx-live
|
||||||
|
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