Skip to content

Commit

Permalink
add relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Jun 24, 2024
1 parent b884d5d commit ed8751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ensuring-repro/workflows/build-docker-gha.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ed8751f

Please sign in to comment.