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
Copy file name to clipboardExpand all lines: .github/actions/cpflow-build-docker-image/action.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ inputs:
21
21
description: Optional private SSH key used for Docker builds that fetch private dependencies with RUN --mount=type=ssh
22
22
required: false
23
23
docker_build_ssh_known_hosts:
24
-
description: Optional SSH known_hosts entries used with docker_build_ssh_key. Defaults to pinned GitHub.com host keys.
24
+
description: Optional SSH known_hosts entries used with docker_build_ssh_key. Defaults to pinned GitHub.com host keys; override if GitHub rotates keys or your build uses another SSH host.
25
25
required: false
26
26
27
27
runs:
@@ -50,6 +50,8 @@ runs:
50
50
if [[ -n "${DOCKER_BUILD_SSH_KNOWN_HOSTS}" ]]; then
0 commit comments