Merge pull request 'brought over the same config from the portal to push to hub.docker.com' (#7) from features/ci-updated into master
continuous-integration/drone Build is passing Details

Reviewed-on: #7
This commit is contained in:
jtom38 2023-06-17 10:26:57 -07:00
commit 67911d2a65
1 changed files with 5 additions and 10 deletions

View File

@ -6,21 +6,16 @@ name: build
steps:
- name: build image
image: plugins/docker
environment:
PAT:
from_secret: GiteaPat
settings:
repo: git.jamestombleson.com/jtom38/newsbot-collector
registry: git.jamestombleson.com
repo: jtom38/newsbot-collector
username: jtom38
password: $PAT
tags:
- latest
- master
password:
from_secret: DockerPushPat
trigger:
branch:
include:
- master
- main
- releases/*
event:
exclude:
- pull_request