forked from nebulosus/web
13 lines
253 B
YAML
13 lines
253 B
YAML
|
when:
|
||
|
- push
|
||
|
- tag
|
||
|
- manual
|
||
|
|
||
|
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
|