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 kind: pipeline
type: docker type: docker
name: default name: build & publish image
steps: steps:
- name: greeting - name: build & publish
image: alpine image: plugins/docker
commands: settings:
- echo hello username:
- echo world from_secret: zipek_registry_username
password:
from_secret: zipek_registry_password
repo: containers.zipek.cz/kamen/graphicek