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