From ed8751fa1808ec628e17a56bee5fde2f88c94a6b Mon Sep 17 00:00:00 2001 From: "Stephanie J. Spielman" Date: Mon, 24 Jun 2024 10:21:27 -0400 Subject: [PATCH] add relative link --- docs/ensuring-repro/workflows/build-docker-gha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ensuring-repro/workflows/build-docker-gha.md b/docs/ensuring-repro/workflows/build-docker-gha.md index 73dbe6bcf..a5b3e4c44 100644 --- a/docs/ensuring-repro/workflows/build-docker-gha.md +++ b/docs/ensuring-repro/workflows/build-docker-gha.md @@ -28,4 +28,4 @@ For more information about pulling Docker images from ECR and using them locally When you [create a new module](../../contributing-to-analyses/analysis-modules/creating-a-module.md), a Docker building GHA workflow file is created in the file `.github/workflows/docker_{module-name}.yml`. This initial file is inactive, meaning it will not run automatically run on the two aforementioned triggers. -Once a [Dockerfile with module dependencies has been added to a given analysis module](../docker/docker-images.md#analysis-module-dockerfiles), the Data Lab staff will activate this GHA file so the Docker image can be built and pushed to the Amazon ECR registry for general use. +Once a [Dockerfile with module dependencies has been added to a given analysis module](../docker/docker-images.md#analysis-module-dockerfiles), the Data Lab staff will [activate this GHA file](../docker/docker-images.md#automated-testing-and-deployment) so the Docker image can be built and pushed to the Amazon ECR registry for general use.