From fc9f728ac4028e5afb50ff2ec8cc63b3720a56f2 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Tue, 8 Feb 2022 12:59:39 -0600 Subject: [PATCH] adding job containers to docker container reusable --- data/reusables/github-actions/docker-container-os-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/github-actions/docker-container-os-support.md b/data/reusables/github-actions/docker-container-os-support.md index 8dc5f40b5c..e334bce18c 100644 --- a/data/reusables/github-actions/docker-container-os-support.md +++ b/data/reusables/github-actions/docker-container-os-support.md @@ -1,6 +1,6 @@ {% note %} -**Note:** If your workflows use Docker container actions or service containers, then you must use a Linux runner: +**Note:** If your workflows use Docker container actions, job containers, or service containers, then you must use a Linux runner: * If you are using {% data variables.product.prodname_dotcom %}-hosted runners, you must use an Ubuntu runner. * If you are using self-hosted runners, you must use a Linux machine as your runner and Docker must be installed.