mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:20:18 +00:00
NOISSUE - Update workflow (#206)
Update SMQ Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user