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