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