Merge branch 'main' of https://git.jacknet.io/jackhadrill/QuakeLiveDocker
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
d49ef9eb2b
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: deploy
|
||||||
|
steps:
|
||||||
|
- name: push
|
||||||
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
repo: registry.jacknet.io/jackhadrill/games/quakelive
|
||||||
|
username: drone
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
registry: registry.jacknet.io
|
||||||
|
auto_tag: true
|
Loading…
x
Reference in New Issue
Block a user