14 lines
No EOL
321 B
YAML
14 lines
No EOL
321 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}
|
|
build_args:
|
|
- VERSION=${CI_COMMIT_SHA} |