Compare commits
2 Commits
a89162d130
...
1257e8b166
Author | SHA1 | Date | |
---|---|---|---|
1257e8b166 | |||
c36dad769c |
@ -6,10 +6,14 @@ 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: git.jamestombleson.com/jtom38/newsbot-collector
|
||||||
registry: git.jamestombleson.com
|
registry: git.jamestombleson.com
|
||||||
#insecure: true
|
username: jtom38
|
||||||
|
password: $PAT
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user