add ci script
This commit is contained in:
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
steps:
|
||||
build_ui:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: ${FORGE_NAME}/${CI_REPO}-ui
|
||||
registry:
|
||||
from_secret: container_registry
|
||||
tags: latest,${CI_COMMIT_TAG}
|
||||
username:
|
||||
from_secret: container_registry_username
|
||||
password:
|
||||
from_secret: container_registry_password
|
||||
dockerfile: apps/ui/Dockerfile
|
||||
when:
|
||||
- event: [tag]
|
||||
Reference in New Issue
Block a user