Skip to content

Commit

Permalink
ops/chore: fix broken CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and skeptrunedev committed Nov 19, 2024
1 parent 7ba280b commit 68e1315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-pdf2md-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: useblacksmith/[email protected]
with:
platforms: ${{ matrix.platform }}
context: pdf2md/
context: pdf2md/server/
file: ./pdf2md/server/Dockerfile.pdf2md-server
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: useblacksmith/[email protected]
with:
platforms: ${{ matrix.platform }}
context: pdf2md/
context: pdf2md/server/
file: ./pdf2md/server/Dockerfile.chunk-worker
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: useblacksmith/[email protected]
with:
platforms: ${{ matrix.platform }}
context: pdf2md/
context: pdf2md/server/
file: ./pdf2md/server/Dockerfile.supervisor-worker
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
4 changes: 0 additions & 4 deletions file-chunker/ch_migrations/chm.toml

This file was deleted.

0 comments on commit 68e1315

Please sign in to comment.