Skip to content

feat(ci): trigger cross-repo image build pipeline on version tags#20

Open
NIXKnight wants to merge 1 commit into
main-arbisoftfrom
NIXKnight/add-build-trigger-workflow
Open

feat(ci): trigger cross-repo image build pipeline on version tags#20
NIXKnight wants to merge 1 commit into
main-arbisoftfrom
NIXKnight/add-build-trigger-workflow

Conversation

@NIXKnight

@NIXKnight NIXKnight commented Jul 23, 2026

Copy link
Copy Markdown
Member

Adds a tag-triggered workflow that dispatches the DevLake image build pipeline in devlake-actions-pipelines.

  • Fires on v* tag pushes and manual workflow_dispatch; branch pushes do not trigger builds.
  • Mints a temporary GitHub App token (arbisoft-devops-bot) and calls createWorkflowDispatch on build-and-push-container-image.yml, passing devlake_ref and devlake_sha.
  • Actions pinned by commit SHA: create-github-app-token v3.2.0, github-script v9.0.0.

- add trigger-build-and-push.yml firing on v* tag pushes and manual dispatch
- mints a GitHub App token and dispatches build-and-push-container-image.yml in devlake-actions-pipelines with devlake_ref and devlake_sha
- actions pinned by commit SHA (create-github-app-token v3.2.0, github-script v9.0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant