Fix repository name and disable purging
This commit is contained in:
parent
4da21cbfe9
commit
8af831c483
|
@ -9,7 +9,8 @@ steps:
|
|||
image: plugins/docker
|
||||
settings:
|
||||
dry_run: yes
|
||||
repo: luca/matrix-prometheus
|
||||
purge: no
|
||||
repo: git.luj0ga.de/luca/matrix-prometheus
|
||||
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
|
@ -17,9 +18,10 @@ steps:
|
|||
auto_tag: yes
|
||||
password:
|
||||
from_secret: access_token
|
||||
purge: no
|
||||
registry: git.luj0ga.de
|
||||
repo: luca/matrix-prometheus
|
||||
username: luca
|
||||
repo: git.luj0ga.de/luca/matrix-prometheus
|
||||
username: _
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
|
Loading…
Reference in New Issue