2022-06-07 08:16:24 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: build-base-image
|
2022-06-07 09:13:14 +00:00
|
|
|
|
2022-06-07 09:42:57 +00:00
|
|
|
trigger:
|
|
|
|
event:
|
|
|
|
- cron
|
|
|
|
- push
|
|
|
|
cron:
|
|
|
|
- base-image
|
2022-06-07 08:16:24 +00:00
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build-base-image
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
repo: chill/base-image
|
|
|
|
tag: latest
|
|
|
|
target: chill_base_php
|
|
|
|
pull_image: true
|
|
|
|
cache_from:
|
|
|
|
- chill/base-image:latest
|