From 170402b0a435e4ee1ecc03e07fcdeeb5cf5fef54 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Tue, 24 Sep 2024 13:10:52 -0700 Subject: [PATCH] small change to trigger a fresh build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8dec5b..79c6ca1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ See this repository's [CONTRIBUTING.md](https://github.com/berkeley-dsep-infra/edx-user-image/blob/main/CONTRIBUTING.md) for instructions. That information will eventually be migrated to docs.datahub.berkeley.edu. -# building the image locally +# Building the image locally You should use [repo2-docker](https://repo2docker.readthedocs.io/en/latest/) to build and use/test the image on your own device before you push and create a PR. It's better (and typically faster) to do this first before using CI/CD. There's no need to waste Github Action minutes to test build images when you can do this on your own device!