Skip to content

Commit

Permalink
Trigger GitOps update when publishing new Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreroman committed Jan 21, 2025
1 parent 33871f6 commit 5286428
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,12 @@ jobs:
CNB_IMAGE=${{ needs.test-app.outputs.imageName }}
docker manifest create $CNB_IMAGE:latest --amend $CNB_IMAGE:linux-arm64 --amend $CNB_IMAGE:linux-amd64
docker manifest push $CNB_IMAGE:latest
trigger-gitops:
needs:
- package-image
runs-on: ubuntu-24.04
steps:
- name: dispatch-event
run: |
gh workflow run gitops.yaml
22 changes: 0 additions & 22 deletions .github/workflows/trigger-gitops.yaml

This file was deleted.

0 comments on commit 5286428

Please sign in to comment.