2 Commits
0.0.1 ... 0.0.3

Author SHA1 Message Date
cc083c1055 add ci script 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-21 10:57:51 +01:00
37b773143f add ci script 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-21 10:55:11 +01:00

View File

@@ -2,14 +2,14 @@ steps:
build_ui: build_ui:
image: plugins/kaniko image: plugins/kaniko
settings: settings:
repo: ${FORGE_NAME}/${CI_REPO}-ui repo: ${FORGE_NAME}/${CI_REPO}/ui
registry: registry:
from_secret: container_registry from_secret: container_registry
tags: latest,${CI_COMMIT_TAG} auto_tag: true
username: username:
from_secret: container_registry_username from_secret: container_registry_username
password: password:
from_secret: container_registry_password from_secret: container_registry_password
dockerfile: apps/ui/Dockerfile dockerfile: apps/ui/Dockerfile
when: when:
- event: [tag] - event: [push, tag]