add ci script 2
This commit is contained in:
@@ -5,11 +5,11 @@ steps:
|
||||
repo: ${FORGE_NAME}/${CI_REPO}-ui
|
||||
registry:
|
||||
from_secret: container_registry
|
||||
tags: latest,${CI_COMMIT_TAG}
|
||||
auto_tag: true
|
||||
username:
|
||||
from_secret: container_registry_username
|
||||
password:
|
||||
from_secret: container_registry_password
|
||||
dockerfile: apps/ui/Dockerfile
|
||||
when:
|
||||
- event: [tag]
|
||||
- event: [push, tag]
|
||||
|
||||
Reference in New Issue
Block a user