From 19a496b5c66e59040fb2c5e777973f153e5036a3 Mon Sep 17 00:00:00 2001 From: James Jones Date: Wed, 7 Dec 2022 06:02:02 -0500 Subject: [PATCH] Updating the README before release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e4441a3..5b7b4c8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ Note: The `build-push` action doesn't work with 'podman' (commented out in the p docker pull ghcr.io/jamesjonesconsulting/podman-dind-like:latest ``` +### Why is there a second container in the matrix? + +The matrix defined in the pipeline pushes the public container (as described above), but also publishes a private container to my instance of Nexus +Repository for my home lab usage. Having this container 'local' to my home lab saves bandwidth and accellerates my use cases. In addition, it's an +example of the usage of the 'matrix' feature in a repository I have public so others may benefit from seeing the pattern in use. + ## Notes on GitLab This job also runs on a self-hosted gitlab agent with the following in the `/etc/gitlab-runner/config.toml` file so this is also compatible with