Push to gitea
This commit is contained in:
parent
51d5427e10
commit
d3b7866905
|
@ -3,7 +3,9 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
repo: seriousbug/plex-amd
|
repo: seriousbug/docker-plex-amd
|
||||||
|
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