fix: Returned path to user organisation 💚
Some checks failed
CI / release (push) Failing after 28s

This commit is contained in:
2024-06-09 23:19:56 +12:00
parent 5f439808e1
commit a35bbe7c35

View File

@@ -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}}"
}
}