Skip to content

Commit

Permalink
ci: CSV JSONL worker image named correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and skeptrunedev committed Dec 7, 2024
1 parent 9b76f6b commit 9853154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:


csv_jsonl_worker:
name: Push File Worker image
name: Push CSV JSONL worker Image
runs-on: ${{ matrix.runner }}
strategy:
matrix:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
trieve/csv_jsonl_worker:
trieve/csv-jsonl-worker
tags: |
type=raw,latest
type=sha
Expand Down

0 comments on commit 9853154

Please sign in to comment.