Skip to content

Commit

Permalink
Try calling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Oct 10, 2024
1 parent aa90b87 commit de30979
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-images-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
tags:
- "**"
branches:
- 'integration'
- 'release/version*'
- 'docker-images'
workflow_dispatch:
jobs:
call-reusable-workflow:
uses: nationalsecurotyagency/datawave-accumulo-service/.github/workflows/build-image.yaml@docker-images
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de30979

Please sign in to comment.