12 lines
No EOL
268 B
YAML
12 lines
No EOL
268 B
YAML
steps:
|
|
build:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
registry: gitrepo.ru
|
|
username: neonxp
|
|
password:
|
|
from_secret: gitea_token
|
|
repo: gitrepo.ru/neonxp/nquest
|
|
tags:
|
|
- latest
|
|
- ${CI_COMMIT_SHA} |