Update docker/ops.go

Co-authored-by: James Carnegie <kipz@users.noreply.github.com>
This commit is contained in:
Chris Ainsworth-Patrick
2023-08-22 09:44:06 +01:00
committed by GitHub
parent d8f02e88a8
commit 4c3e1a916d

View File

@@ -56,7 +56,7 @@ func parse_uri(s string) (Reference, error) {
return Reference{Path: path, Domain: domain, Tag: tag, Digest: digest}, err
}
func scout_push(message *babashka.Message, image string, namespace string, authToken string, username string, password string) error {
func scout_push(message *babashka.Message, image string, organization string, authToken string, username string, password string) error {
os.Setenv("DOCKER_SCOUT_REGISTRY_USER", username)
os.Setenv("DOCKER_SCOUT_REGISTRY_PASSWORD", password)