Skip to content

Commit

Permalink
CLUS-5298 add trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolod committed Feb 28, 2025
1 parent cf15dd4 commit 1d2df22
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ccmgr-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
description: 'Docker image tag (default: latest)'
required: false
default: 'latest'
repository_dispatch:
types: [frontend-build-completed]


env:
REGISTRY: europe-docker.pkg.dev/severalnines-dev/clustercontrol
Expand All @@ -22,7 +25,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

with:
ref: ${{ github.event.client_payload.branch || github.ref_name }}
- run: |
echo "Currently on branch: $(git rev-parse --abbrev-ref HEAD)"
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
Expand Down

0 comments on commit 1d2df22

Please sign in to comment.