Fix release task

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-08-23 09:11:28 +01:00
parent 885f508996
commit 614c9b7821

View File

@@ -47,7 +47,7 @@ ci:
.PHONY: release # Release the latest version of the application
release:
@kubectl --namespace cors-proxy set image deployment cors-proxy web=docker.cluster.fun/averagemarcus/cors-proxy:$(SHA)
@kubectl --namespace cors-proxy set image deployment cors-proxy web=rg.fr-par.scw.cloud/averagemarcus/cors-proxy:$(SHA)
.PHONY: help # Show this list of commands
help: