1
0
mirror of synced 2026-01-06 06:02:35 -05:00

adding job containers to docker container reusable

This commit is contained in:
Josh Johanning
2022-02-08 12:59:39 -06:00
committed by GitHub
parent 8811a0d6e7
commit fc9f728ac4

View File

@@ -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.