From 8af831c48362b0893fa0d75cbcda3a92ebf81f33 Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 14 Jan 2023 01:59:57 +0100 Subject: [PATCH] Fix repository name and disable purging --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9fb6d14..90ee476 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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