From 0c1a6accb67ca9c0f629166bf0b97228ce0b62d5 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:36:58 -0400 Subject: [PATCH 1/5] Update customize-docker.Rmd test workflow URL --- customize-docker.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize-docker.Rmd b/customize-docker.Rmd index 72b1b79..4599d92 100644 --- a/customize-docker.Rmd +++ b/customize-docker.Rmd @@ -205,7 +205,7 @@ For your personalized docker image, you can store the Dockerfile anywhere. In or It may be easiest to store it in the OTTR-made repository you are working from. -In whichever repository you choose to store your Dockerfile, its recommended you use a GitHub action to automatically test it when you make changes. You can use our Docker handling [GitHub action here as a starting point](https://github.com/jhudsl/OTTR_Template/blob/main/.github/workflows/docker-test.yml). +In whichever repository you choose to store your Dockerfile, its recommended you use a GitHub action to automatically test it when you make changes. You can use our Docker handling [GitHub action here as a starting point](https://github.com/jhudsl/ottr-docker/blob/main/.github/workflows/docker-test.yml). You will need to modify this GHA for your own purposes: From 11ef6a8bcdbd113f25387a1a20cf264c2408a01f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 6 Sep 2024 18:24:09 +0000 Subject: [PATCH 2/5] Render site --- docs/customize-docker.html | 2 +- docs/customize-style.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customize-docker.html b/docs/customize-docker.html index 0166238..8151cd0 100644 --- a/docs/customize-docker.html +++ b/docs/customize-docker.html @@ -807,7 +807,7 @@

Github actions for handling your Docker image

In whichever repository you choose to store your Dockerfile, its recommended you use a GitHub action to automatically test it when you make changes. You can use our Docker handling GitHub +href="https://github.com/jhudsl/ottr-docker/blob/main/.github/workflows/docker-test.yml">GitHub action here as a starting point.

You will need to modify this GHA for your own purposes: