From 369185b51d922447f0b0af242a344f905a611e69 Mon Sep 17 00:00:00 2001 From: Vedant Shrotria Date: Wed, 16 Mar 2022 16:03:51 +0530 Subject: [PATCH] Added tagged image for mongo-utils (#214) Signed-off-by: Jonsy13 --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0f10ad7..6ad66689 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,3 +132,13 @@ jobs: context: custom/workflow-helper/app-checker platforms: linux/amd64,linux/arm64 tags: litmuschaos/litmus-git-app-checker:${{ github.event.inputs.release_tag }},litmuschaos/litmus-git-app-checker:latest + + + - name: Build and push mongo-utils + uses: docker/build-push-action@v2 + with: + push: true + file: custom/mongo-utils/Dockerfile + context: custom/mongo-utils/ + platforms: linux/amd64,linux/arm64 + tags: litmuschaos/mongo-utils:${{ github.event.inputs.release_tag }},litmuschaos/mongo-utils:latest