brought over the same config from the portal to push to hub.docker.com #7
15
.drone.yml
15
.drone.yml
@ -6,21 +6,16 @@ name: build
|
|||||||
steps:
|
steps:
|
||||||
- name: build image
|
- name: build image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
|
||||||
PAT:
|
|
||||||
from_secret: GiteaPat
|
|
||||||
settings:
|
settings:
|
||||||
repo: git.jamestombleson.com/jtom38/newsbot-collector
|
repo: jtom38/newsbot-collector
|
||||||
registry: git.jamestombleson.com
|
|
||||||
username: jtom38
|
username: jtom38
|
||||||
password: $PAT
|
password:
|
||||||
tags:
|
from_secret: DockerPushPat
|
||||||
- latest
|
|
||||||
- master
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
include:
|
include:
|
||||||
- master
|
- main
|
||||||
|
- releases/*
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
Loading…
Reference in New Issue
Block a user