forked from nebulosus/web
fix: woodpecker file
This commit is contained in:
parent
0cc17b0207
commit
a117d2e09d
1 changed files with 7 additions and 2 deletions
|
@ -6,8 +6,13 @@ when:
|
||||||
steps:
|
steps:
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
|
||||||
settings:
|
settings:
|
||||||
repo: git.ixvd.net/${CI_REPO_OWNER}/web
|
repo: git.ixvd.net/${CI_REPO_OWNER}/web
|
||||||
registry: git.ixvd.net
|
registry: git.ixvd.net
|
||||||
tags: latest
|
tags: latest
|
||||||
|
logins:
|
||||||
|
- registry: https://git.ixvd.net
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
Loading…
Reference in a new issue