Sigh I meant to leave that out
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
48add5e5a3
commit
2eb6ee5858
|
@ -1,11 +1,10 @@
|
||||||
pipeline:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
repo: seriousbug/docker-plex-amd
|
repo: seriousbug/docker-plex-amd
|
||||||
registry: https://gitea.bgenc.net
|
registry: https://gitea.bgenc.net
|
||||||
password: ${{ secrets.docker_password }}
|
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
Loading…
Reference in a new issue