瀏覽代碼

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

Loading…
取消
儲存