mirror of
https://github.com/project-zot/zot.git
synced 2025-01-27 23:01:43 -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:
parent
0f8fb2b5af
commit
6269dbea0c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-cd.yml
vendored
1
.github/workflows/ci-cd.yml
vendored
|
@ -353,6 +353,7 @@ jobs:
|
||||||
|
|
||||||
update-helm-chart:
|
update-helm-chart:
|
||||||
if: github.event_name == 'release' && github.event.action== 'published'
|
if: github.event_name == 'release' && github.event.action== 'published'
|
||||||
|
needs: push-image
|
||||||
name: Update Helm Chart
|
name: Update Helm Chart
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue