Skip to content

Commit

Permalink
fix: update manifest and helm charts (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba <[email protected]>
Signed-off-by: Heba Elayoty <[email protected]>
  • Loading branch information
helayoty committed Mar 4, 2024
1 parent 3ea516e commit a95f903
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
TRIVY_USERNAME: ${{ github.actor }}
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

- name: 'Dispatch tag to e2e test'
- name: 'Dispatch release tag'
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
event-type: release-tag
client-payload: '{"isRelease": true,"registry": "$${{ env.REGISTRY }}","tag": "v${{ env.IMG_TAG }}"}'
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflows: [ "Create, Scan and Publish KAITO image" ]
types: [completed]
branches: [release-**]
repository_dispatch:
types: [ release-tag ]
branches: [ release-** ]

permissions:
contents: write
Expand Down

0 comments on commit a95f903

Please sign in to comment.