Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
commit
c7cb9f5de2
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: publish
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: turboregistry:5000/turbo-ci
|
||||||
|
tags: latest
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM alpine:3.14.2
|
||||||
|
|
||||||
|
RUN apk update && apk upgrade
|
Loading…
Reference in New Issue
Block a user