fix: woodpecker file

This commit is contained in:
Didier Slof 2024-03-29 16:29:06 +01:00
parent 0cc17b0207
commit a117d2e09d

View file

@ -6,8 +6,13 @@ when:
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: git.ixvd.net/${CI_REPO_OWNER}/web
registry: git.ixvd.net
tags: latest
tags: latest
logins:
- registry: https://git.ixvd.net
username:
from_secret: docker_username
password:
from_secret: docker_password