nquest/.woodpecker.yaml

14 lines
321 B
YAML
Raw Permalink Normal View History

2023-11-19 22:54:54 +03:00
steps:
build:
2024-01-21 17:49:35 +03:00
image: woodpeckerci/plugin-docker-buildx
settings:
registry: gitrepo.ru
username: neonxp
password:
from_secret: gitea_token
repo: gitrepo.ru/neonxp/nquest
2024-01-21 17:49:35 +03:00
tags:
- latest
- ${CI_COMMIT_SHA}
build_args:
- VERSION=${CI_COMMIT_SHA}