更新 Alasan/simp-3.0/drone.yaml

This commit is contained in:
Alasan 2024-05-28 08:43:57 +08:00
parent 971a214e21
commit 4bcb7395fd
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
kind: pipeline
type: docker
name: default
clone:
display: true
steps:
- name: git pull
image: alpine/git
commands:
- git clone -b master http://119.91.37.71:3000/Alasan/simp-3.0.git
- name: publish
image: plugins/docker
pull: if-not-exists
settings:
registry: 119.91.37.71:2080
repo: 119.91.37.71:2080/alasan/simp-3.0
insecure: true
use_cache: true
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest
trigger:
branch:
- master