This commit is contained in:
parent
f420a35fe0
commit
d5a33aa100
3 changed files with 18 additions and 0 deletions
16
.drone.yml
Normal file
16
.drone.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: dirl
|
||||
|
||||
steps:
|
||||
- name: publish-container
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: Dockerfile
|
||||
purge: true
|
||||
repo: arminfriedl/lukewarm
|
||||
tags: latest
|
|
@ -1,3 +1,5 @@
|
|||
[![Build Status](https://drone.friedl.net/api/badges/container/lukewarm/status.svg)](https://drone.friedl.net/container/lukewarm)
|
||||
|
||||
# Lukewarm and the Cool
|
||||
One day [Cool](https://en.wikipedia.org/wiki/Cool_(programming_language))
|
||||
compiled another
|
||||
|
|
BIN
luke.png
BIN
luke.png
Binary file not shown.
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 120 KiB |
Loading…
Reference in a new issue