1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Merge pull request #25292 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-02-11 12:28:21 -06:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ The following table indicates where each context and special function can be use
| <code>concurrency</code> | <code>github, inputs</code> | |
| <code>env</code> | <code>github, secrets, inputs</code> | |
| <code>jobs.&lt;job_id&gt;.concurrency</code> | <code>github, needs, strategy, matrix, inputs</code> | |
| <code>jobs.&lt;job_id&gt;.container</code> | <code>github, needs, strategy, matrix, inputs</code> | |
| <code>jobs.&lt;job_id&gt;.container</code> | <code>github, needs, strategy, matrix, secrets, inputs</code> | |
| <code>jobs.&lt;job_id&gt;.container.credentials</code> | <code>github, needs, strategy, matrix, env, secrets, inputs</code> | |
| <code>jobs.&lt;job_id&gt;.container.env.&lt;env_id&gt;</code> | <code>github, needs, strategy, matrix, job, runner, env, secrets, inputs</code> | |
| <code>jobs.&lt;job_id&gt;.continue-on-error</code> | <code>github, needs, strategy, matrix, inputs</code> | |

View File

@@ -757,6 +757,8 @@ strategy:
## `jobs.<job_id>.container`
{% data reusables.github-actions.docker-container-os-support %}
{% data reusables.actions.jobs.section-running-jobs-in-a-container %}
### `jobs.<job_id>.container.image`

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.