Attempting to push the docker image to docker hub
This commit is contained in:
parent
23f0c2efae
commit
de52f8df79
12
.drone.yml
12
.drone.yml
@ -6,15 +6,17 @@ name: build
|
||||
steps:
|
||||
- name: build image
|
||||
image: plugins/docker
|
||||
environment:
|
||||
PAT:
|
||||
from_secret: DockerPushPat
|
||||
settings:
|
||||
repo: 192.168.1.196:5000/jtom38/newsbot-portal
|
||||
registry: 192.168.1.196:5000
|
||||
insecure: true
|
||||
tags:
|
||||
- latest
|
||||
username: jtom38
|
||||
password: $PAT
|
||||
repo: jtom38/newsbot-portal
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
Loading…
Reference in New Issue
Block a user