Attempting to push the docker image to docker hub

This commit is contained in:
James Tombleson 2023-06-15 21:51:29 -07:00
parent 23f0c2efae
commit de52f8df79
1 changed files with 7 additions and 5 deletions

View File

@ -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