Compare commits

..

1 Commits

Author SHA1 Message Date
Eoin McAfee 757a756d1a ci-9739 - workload identity/OIDC support for GAR/GCR (#413)
* adds support for oidc access tokens gar/gcr
2023-10-23 10:11:18 +01:00
-1
View File
@@ -118,7 +118,6 @@ func main() {
} else if config.Username != "" && config.Password != "" {
os.Setenv("DOCKER_USERNAME", config.Username)
os.Setenv("DOCKER_PASSWORD", config.Password)
os.Setenv("", strconv.FormatBool(config.WorkloadIdentity))
}
os.Setenv("PLUGIN_REPO", config.Repo)