This commit is contained in:
parent
14b428aed4
commit
30c5bc0974
15
.drone.docker.yml
Normal file
15
.drone.docker.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
dockerfile: docker/Dockerfile.linux.amd64
|
||||||
|
registry: r.pkg.cx
|
||||||
|
repo: r.pkg.cx/drone/gitea-release
|
||||||
|
auto_tag: true
|
Loading…
Reference in New Issue
Block a user