mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 10:15:30 +08:00
small-fix
This commit is contained in:
@@ -156,7 +156,7 @@ func getAuth(clientId, clientSecret, clientCert, tenantId, subscriptionId, regis
|
||||
if clientCert != "" {
|
||||
err := setupACRCert(clientCert, acrCertPath)
|
||||
if err != nil {
|
||||
return "", "", fmt.Errorf("failed to push setup cert file: %w", err)
|
||||
slog.Warn("failed to push setup cert file", "error", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user