Explorar el Código

Enable building container images with Drone

at-2021
JustAnotherArchivist hace 2 meses
padre
commit
f8e8becc23
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  1. +18
    -0
      .drone.yml

+ 18
- 0
.drone.yml Ver fichero

@@ -0,0 +1,18 @@
---
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: atdr-writer.meo.ws
username:
from_secret: atdr_user
password:
from_secret: atdr_pass
repo: atdr-writer.meo.ws/archiveteam/transfer.sh
dockerfile: Containerfile
purge: true
auto_tag: false
tags:
- latest

Cargando…
Cancelar
Guardar