Skip to content

Commit

Permalink
Add Background handler to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Nov 28, 2024
1 parent 7317235 commit c483cb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,16 @@ jobs:
image-name: "presentation-migrator"
dockerfile: "Dockerfile.Migrator"
context: "./src/IIIFPresentation"
github-token: ${{ secrets.GITHUB_TOKEN }}

build-push-background-handler:
runs-on: ubuntu-latest
needs: test-dotnet
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker-build-and-push
with:
image-name: "presentation-background-handler"
dockerfile: "Dockerfile.BackgroundHandler"
context: "./src/IIIFPresentation"
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c483cb3

Please sign in to comment.