Skip to content

Commit

Permalink
Using pipectl eventwatcher context (#5507)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Jan 23, 2025
1 parent 40e56cd commit 0437a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_image_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,14 @@ jobs:
helm push .artifacts/helloworld-${{ env.PIPECD_VERSION }}.tgz oci://${{ env.GHCR }}/pipe-cd/chart
# Notify PipeCD to trigger deployment via EventWatcher.
- uses: pipe-cd/actions-event-register@v1
- uses: pipe-cd/actions-event-register@v1.1.0
with:
api-address: ${{ secrets.PIPECD_API_ADDRESS }}
api-key: ${{ secrets.PIPECD_API_KEY }}
event-name: helm-release
labels: helmRepo=pipecd
data: ${{ env.PIPECD_VERSION }}
contexts: Source-Commit-URL=https://github.com/pipe-cd/pipecd/commit/${{ github.sha }}

release-quickstart-manifests:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 0437a92

Please sign in to comment.