mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 15:09:42 +00:00
Add repo
This commit is contained in:
parent
e0ff676b8a
commit
7d1a653955
1 changed files with 3 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ steps:
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
repo: shouptech/humulus
|
||||||
settings:
|
settings:
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
username:
|
username:
|
||||||
|
|
@ -59,4 +60,5 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
|
|
||||||
depends_on: [test]
|
depends_on:
|
||||||
|
- test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue