Add build & publish on push

This commit is contained in:
Jan Zípek 2024-04-03 21:50:45 +02:00
parent 5d4f9f2e6e
commit f81c9b8c9d
Signed by: kamen
GPG Key ID: A17882625B33AC31
1 changed files with 9 additions and 6 deletions

View File

@ -1,10 +1,13 @@
kind: pipeline
type: docker
name: default
name: build & publish image
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- name: build & publish
image: plugins/docker
settings:
username:
from_secret: zipek_registry_username
password:
from_secret: zipek_registry_password
repo: containers.zipek.cz/kamen/graphicek