build base image on cronjob and push

This commit is contained in:
Julien Fastré 2022-06-07 11:42:57 +02:00
parent c9fba86bc7
commit 54dea673d4
1 changed files with 6 additions and 5 deletions

View File

@ -3,11 +3,12 @@ kind: pipeline
type: docker type: docker
name: build-base-image name: build-base-image
#trigger: trigger:
# event: event:
# - cron - cron
# cron: - push
# - base-image cron:
- base-image
steps: steps:
- name: build-base-image - name: build-base-image