Add build & publish on push
This commit is contained in:
parent
5d4f9f2e6e
commit
f81c9b8c9d
15
.drone.yml
15
.drone.yml
|
|
@ -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
|
||||||
Loading…
Reference in New Issue