浏览代码

Enable building container images with Drone

at-2021
JustAnotherArchivist 2 个月前
父节点
当前提交
f8e8becc23
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. +18
    -0
      .drone.yml

+ 18
- 0
.drone.yml 查看文件

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

正在加载...
取消
保存