Skip to content

Commit

Permalink
Added tagged image for mongo-utils (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
  • Loading branch information
Jonsy13 authored Mar 16, 2022
1 parent 500f12d commit 369185b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 369185b

Please sign in to comment.