Julien CLEMENT
58691bf35a
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
36 lines
734 B
YAML
36 lines
734 B
YAML
---
|
|
kind: pipeline
|
|
name: build-alpine
|
|
|
|
steps:
|
|
- name: publish
|
|
image: plugins/docker
|
|
settings:
|
|
repo: turboregistry:5000/juju/turbo-ci
|
|
dockerfile: alpine/Dockerfile
|
|
tags: latest
|
|
insecure: true
|
|
registry: turboregistry:5000
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|
|
|
|
---
|
|
kind: pipeline
|
|
name: build-arch
|
|
|
|
steps:
|
|
- name: publish
|
|
image: plugins/docker
|
|
settings:
|
|
repo: turboregistry:5000/juju/turbo-ci-arch
|
|
dockerfile: arch/Dockerfile
|
|
tags: latest
|
|
insecure: true
|
|
registry: turboregistry:5000
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|