From 64e8ebd9aa7d72b9e8aa8ee5476a30e1544ccc0f Mon Sep 17 00:00:00 2001 From: Chris Ainsworth-Patrick Date: Tue, 22 Aug 2023 10:13:21 +0100 Subject: [PATCH] Update ops.go --- docker/ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ops.go b/docker/ops.go index f822f0a..062180e 100644 --- a/docker/ops.go +++ b/docker/ops.go @@ -60,7 +60,7 @@ func scout_push(message *babashka.Message, image string, organization string, au os.Setenv("DOCKER_SCOUT_REGISTRY_USER", username) os.Setenv("DOCKER_SCOUT_REGISTRY_PASSWORD", password) - return push.Push(image, namespace, authToken) + return push.Push(image, organization, authToken) } func ProcessMessage(message *babashka.Message) (any, error) {