0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-20 22:52:51 -05:00

fix(ci-cd): trigger update-helm-chart after push-image is completed (#1435)

Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
This commit is contained in:
Andreea Lupu 2023-05-10 19:53:39 +03:00 committed by GitHub
parent 0f8fb2b5af
commit 6269dbea0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -353,6 +353,7 @@ jobs:
update-helm-chart:
if: github.event_name == 'release' && github.event.action== 'published'
needs: push-image
name: Update Helm Chart
runs-on: ubuntu-latest
steps: