Update ops.go

This commit is contained in:
Chris Ainsworth-Patrick
2023-08-22 10:13:21 +01:00
committed by GitHub
parent 4c3e1a916d
commit 64e8ebd9aa

View File

@@ -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) {