mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 14:32:56 +00:00
27 lines
371 B
YAML
27 lines
371 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: docker
|
|
image: plugins/docker
|
|
settings:
|
|
auto_tag: true
|
|
password:
|
|
from_secret: docker_password
|
|
registry: registry.huefox.com
|
|
repo: registry.huefox.com/fuzzysearch
|
|
username:
|
|
from_secret: docker_username
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
|
|
...
|