Browse Source

Enable building container images with Drone

at-2021
JustAnotherArchivist 2 months ago
parent
commit
f8e8becc23
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      .drone.yml

+ 18
- 0
.drone.yml View File

@@ -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

Loading…
Cancel
Save