init
continuous-integration/drone Build is passing

This commit is contained in:
2023-03-20 16:54:03 +08:00
commit 098f86087d
5 changed files with 95 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: default
steps:
- name: build docker image
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: imbytecat/${DRONE_REPO_NAME}
tags: latest