NOISSUE - Update workflow (#206)

Update SMQ

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
This commit is contained in:
JeffMboya
2025-06-18 14:01:39 +03:00
committed by GitHub
parent ca95368d3d
commit fbb030c22e
+2 -8
View File
@@ -54,16 +54,10 @@ jobs:
run: |
make latest -j $(nproc)
- name: Notify amdm Helm Chart Repository of Magistrala Image Update
- name: Trigger Helm Chart Deployment
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
repository: absmach/amdm
event-type: magistrala-image-updated
client-payload: |
{
"image_repository": "ghcr.io/absmach/magistrala",
"image_tag": "latest",
"source_commit_sha": "${{ github.sha }}"
}
event-type: deploy-latest-mg-images