Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cc083c1055
|
|||
|
37b773143f
|
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user