addet drone.yml for runner actions?
This commit is contained in:
parent
514bad6dc7
commit
2cf4e2680d
1 changed files with 14 additions and 0 deletions
14
drone.yml
Normal file
14
drone.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: docker:latest
|
||||||
|
commands:
|
||||||
|
- docker build -t my-image-name ./mariadb/
|
||||||
|
- docker tag pika-mariadb docker/pika-mariadb:latest
|
||||||
|
- docker push docker/pika-mariadb:latest
|
||||||
|
services:
|
||||||
|
- name: docker
|
||||||
|
image: docker:dind
|
Loading…
Add table
Add a link
Reference in a new issue