loading password from drone secret
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
43cd57a158
commit
a3b33e4772
11
.drone.yml
11
.drone.yml
@ -6,12 +6,17 @@ name: build
|
|||||||
steps:
|
steps:
|
||||||
- name: build image
|
- name: build image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
environment:
|
||||||
|
PAT:
|
||||||
|
from_secret: GiteaPat
|
||||||
settings:
|
settings:
|
||||||
repo: 192.168.1.196:5000/jtom38/newsbot-collector
|
repo: git.jamestombleson.com/jtom38/newsbot-collector
|
||||||
registry: 192.168.1.196:5000
|
registry: git.jamestombleson.com
|
||||||
insecure: true
|
username: jtom38
|
||||||
|
password: $PAT
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
- master
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
include:
|
include:
|
||||||
|
Loading…
Reference in New Issue
Block a user