brought over the same config from the portal to push to hub.docker.com
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
1257e8b166
commit
0d61cdf268
15
.drone.yml
15
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user