You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding CF_GOOGLE_JSON_KEY and CF_GOOGLE_REGISTRY_HOST parameters
* Adding env var
* Bumping service version
---------
Co-authored-by: Francisco Cocozza <39525266+francisco-codefresh@users.noreply.github.com>
Copy file name to clipboardExpand all lines: action.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,12 @@ inputs:
48
48
CF_REGISTRY_DOMAIN:
49
49
required: false
50
50
description: "Generic registry domain"
51
+
CF_GOOGLE_JSON_KEY:
52
+
required: false
53
+
description: "GCP Service Account key in JSON format"
54
+
CF_GOOGLE_REGISTRY_HOST:
55
+
required: false
56
+
description: "GAR|GCR host. E.g., 'us-central1-docker.pkg.dev' or 'gcr.io'"
51
57
CF_INSECURE:
52
58
required: false
53
59
description: "Disable TLS certificate validation for ALL of the https traffic during the reporting. It is NOT recommended, as it could make your application vulnerable to man-in-the-middle (MITM) attacks."
0 commit comments