diff --git a/.github/README.md b/.github/workflows/README.md similarity index 96% rename from .github/README.md rename to .github/workflows/README.md index b9b4490..bca5a3c 100644 --- a/.github/README.md +++ b/.github/workflows/README.md @@ -18,7 +18,7 @@ podman run \ \ /bin/bash ``` -`` is one of `quay.io/ansible-product-demos/apd-ee-25:latest`, `quay.io/ansible-product-demos/apd-ee-24:latest` +`` is one of `quay.io/ansible-product-demos/apd-ee-25:latest`, `quay.io/ansible-product-demos/apd-ee-24:latest` It is not exact because GitHub seems to run closer to a sidecar container paradigm, and uses docker instead of podman, but hopefully it's close enough. For the 24 EE, the python interpreriter verions is set for our pre-commit script like so: `USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh`