add ci script 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2025-11-21 10:55:11 +01:00
parent 27c0990400
commit 37b773143f

View File

@@ -5,11 +5,11 @@ steps:
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]