added cron and branch build

This commit is contained in:
Paolo Asperti 2022-09-20 11:52:56 +02:00
parent 6468a01914
commit 06dec54029
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 21 additions and 0 deletions

View File

@ -23,6 +23,27 @@ steps:
event:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
settings:
force_tag: true
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/python-runner
context: docker
dockerfile: docker/Dockerfile
username:
from_secret: docker_username
tags:
- latest
when:
branch:
- main
event:
- push
- cron
trigger:
event:
- tag