add ci script 2
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user