From 9783efef40475dad57e9f4a102ab504197bc2722 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Mon, 6 Mar 2023 02:54:58 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3688032..16bb721 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ A Reusable Workflow of the Docker GitHub Actions steps. Enhanced with learnings 6. Build and push image via docker/build-push-action with layer caching 7. Reports tags and labels in the PR comments -## This repository is part of my example repos on GitHub Actions +## This repository is part of my example DevOps repos on GitHub Actions - [bretfisher/github-actions-templates](https://github.com/BretFisher/github-actions-templates) - Main repository - [bretfisher/super-linter-workflow](https://github.com/BretFisher/super-linter-workflow) - Reusable linter workflow - (you are here) [bretfisher/docker-build-workflow](https://github.com/BretFisher/docker-build-workflow)- Reusable docker build workflow -- [bretfisher/allhands22](https://github.com/BretFisher/github-actions-templates) - Step by step example of a Docker workflow +- [bretfisher/docker-ci-automation](https://github.com/BretFisher/docker-ci-automation) - Step by step video and example of a Docker CI workflow - [My full list of container examples and tools](https://github.com/bretfisher) ## More reading