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:
|
steps:
|
||||||
- name: build image
|
- name: build image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
environment:
|
||||||
|
PAT:
|
||||||
|
from_secret: DockerPushPat
|
||||||
settings:
|
settings:
|
||||||
repo: 192.168.1.196:5000/jtom38/newsbot-portal
|
username: jtom38
|
||||||
registry: 192.168.1.196:5000
|
password: $PAT
|
||||||
insecure: true
|
repo: jtom38/newsbot-portal
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
- releases/*
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user