Add drone config
This commit is contained in:
parent
6ededfc443
commit
dc32f6af80
2 changed files with 16 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build and publish
|
||||||
|
image: plugins/docker
|
||||||
|
pull: always
|
||||||
|
settings:
|
||||||
|
repo: askiiart/createrepo_c
|
||||||
|
tags: latest
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
|
@ -1,5 +1,7 @@
|
||||||
# docker-createrepo_c
|
# docker-createrepo_c
|
||||||
|
|
||||||
|
[![Build Status](https://drone.askiiart.net/api/badges/askiiart/docker-createrepo_c/status.svg?ref=refs/heads/main)](https://drone.askiiart.net/askiiart/docker-createrepo_c)
|
||||||
|
|
||||||
`createrepo_c` in a Docker container
|
`createrepo_c` in a Docker container
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
Loading…
Reference in a new issue