From fb500958bd5624205e1439748baca2382db00be5 Mon Sep 17 00:00:00 2001 From: SKi Date: Wed, 24 Apr 2024 13:41:55 -0700 Subject: [PATCH] =?UTF-8?q?Update=20Docker=20host=20runner=20references=20?= =?UTF-8?q?in=20service-container-host-runner=E2=80=A6=20(#50302)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- data/reusables/actions/service-container-host-runner.md | 2 +- data/reusables/actions/service-container-host.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/reusables/actions/service-container-host-runner.md b/data/reusables/actions/service-container-host-runner.md index 281e38070f..f79050c607 100644 --- a/data/reusables/actions/service-container-host-runner.md +++ b/data/reusables/actions/service-container-host-runner.md @@ -1 +1 @@ -The example uses the `ubuntu-latest` {% data variables.product.prodname_dotcom %}-hosted runner as the Docker host. +The example uses the `ubuntu-latest` {% ifversion not ghes %} {% data variables.product.prodname_dotcom %}-hosted {%- endif %} runner as the Docker host. diff --git a/data/reusables/actions/service-container-host.md b/data/reusables/actions/service-container-host.md index bc0a8fd78d..a84d989bd0 100644 --- a/data/reusables/actions/service-container-host.md +++ b/data/reusables/actions/service-container-host.md @@ -1 +1 @@ -This workflow configures a job that runs in the `node:10.18-jessie` container and uses the `ubuntu-latest` {% data variables.product.prodname_dotcom %}-hosted runner as the Docker host for the container. For more information about the `node:10.18-jessie` container, see the [node image](https://hub.docker.com/_/node) on Docker Hub. +This workflow configures a job that runs in the `node:10.18-jessie` container and uses the `ubuntu-latest` {% ifversion not ghes %} {% data variables.product.prodname_dotcom %}-hosted {%- endif %} runner as the Docker host for the container. For more information about the `node:10.18-jessie` container, see the [node image](https://hub.docker.com/_/node) on Docker Hub.