mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 09:26:35 +00:00
16 lines
290 B
YAML
16 lines
290 B
YAML
when:
|
|
branch: [stage, main]
|
|
event: push
|
|
|
|
steps:
|
|
- name: build-and-push
|
|
image: plugins/docker
|
|
settings:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
repo: registry:5000/ui
|
|
tags:
|
|
- "${CI_COMMIT_BRANCH}"
|
|
- "${CI_COMMIT_SHA:0:8}"
|
|
insecure: true
|