From a35bbe7c358b7dfd46ab74c1605b88ae6173f5ec Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 9 Jun 2024 23:19:56 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20Returned=20path=20to=20user=20organisati?= =?UTF-8?q?on=20=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .semrelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semrelrc b/.semrelrc index 6c8a993..2dcb34b 100644 --- a/.semrelrc +++ b/.semrelrc @@ -14,7 +14,7 @@ "exec" ], "options": { - "exec_on_success": "docker buildx build --progress=plain -t cybercinch/pypi-proxy:v{{.NewRelease.Version}} -t cybercinch/pypi-proxy:latest --push .", + "exec_on_success": "docker buildx build --progress=plain -t guisea/pypi-proxy:v{{.NewRelease.Version}} -t guisea/pypi-proxy:latest --push .", "exec_on_no_release": "echo {{.Reason}}: {{.Message}}" } }