mirror of
https://github.com/yavook/kiwi-cron.git
synced 2024-11-21 06:53:01 +00:00
14 lines
236 B
YAML
14 lines
236 B
YAML
---
|
|
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: docker
|
|
image: plugins/docker
|
|
settings:
|
|
repo: yavook/kiwi-cron
|
|
auto_tag: true
|
|
username:
|
|
from_secret: DOCKER_USERNAME
|
|
password:
|
|
from_secret: DOCKER_PASSWORD
|