Skip to content

Commit

Permalink
Add Istio watcher to network mapper release (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan authored Apr 18, 2023
1 parent 25bfd16 commit 2c6cb05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@ jobs:
build-args:
SOURCE_IMAGE=${{ env.REGISTRY }}:kafka-watcher-${{ github.sha }}

- name: Push to Docker Hub - Istio Watcher
uses: docker/build-push-action@v2
with:
context: .github/workflows
file: .github/workflows/release.Dockerfile
tags: otterize/network-mapper-istio-watcher:latest,otterize/network-mapper-istio-watcher:${{ github.ref_name }}
push: true
network: host
platforms: linux/amd64,linux/arm64
build-args:
SOURCE_IMAGE=${{ env.REGISTRY }}:istio-watcher-${{ github.sha }}


commit-latest-build-tag-to-helm-chart:
name: Commit Latest Build Tag
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c6cb05

Please sign in to comment.