From 1b1dfccf912f0a4ad80dc35cfc854f52a75d5b45 Mon Sep 17 00:00:00 2001 From: netanelC Date: Sun, 18 Aug 2024 08:43:23 +0300 Subject: [PATCH] docs: add table of contents --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5342a281..fc3a17fc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ In this repository we can find reusable workflows that can be used from within other repositories in this organization. Here's the shared workflows we can find in this repository: +- [1. Build And Push Docker](#1-build-and-push-docker) +- [2. Build And Push Helm](#2-build-and-push-helm) +- [3. Pull Request](#3-pull_request) +- [4. Release On Tag Push](#4-release-on-tag-push) +- [5. Update Artifacts File](#5-update-artifacts-file) + ## 1. build-and-push-docker This workflow builds a docker image and and pushes it to the registry. This workflow also utilizes `update-artifact-file` workflow, to edit the `artifacts.yaml` file in the [common helm charts](https://github.com/mapcolonies/helm-charts/) repository.