From f81c9b8c9dfa695370d6a7334ec7fd76dfdb048d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Z=C3=ADpek?= Date: Wed, 3 Apr 2024 21:50:45 +0200 Subject: [PATCH] Add build & publish on push --- .drone.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9bd053b..54dbc28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,13 @@ kind: pipeline type: docker -name: default +name: build & publish image steps: -- name: greeting - image: alpine - commands: - - echo hello - - echo world \ No newline at end of file +- 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 \ No newline at end of file