ci: add docker upload job
This commit is contained in:
parent
4a4a0a2149
commit
f3ea851dd8
1 changed files with 16 additions and 0 deletions
16
.drone.yml
Normal file
16
.drone.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: 185504a9/fsu
|
||||
tags: latest
|
||||
target: run_prod
|
||||
Loading…
Add table
Add a link
Reference in a new issue