Skip to content

Commit

Permalink
Create trigger-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth authored May 20, 2024
1 parent 9162420 commit e0bfc48
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/trigger-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Trigger Package Builds for Tags

on:
workflow_dispatch:
# Commented out as using a build token like this seems brittle.
# Manual builds are fine for now.
#push:
# tags:
# - '*'

jobs:
trigger-build:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.BUILD_REPO_TOKEN }}
run: |
gh workflow run docker-image.yml --repo ukwa/clamd --ref main

0 comments on commit e0bfc48

Please sign in to comment.