Skip to content

Commit

Permalink
correcting dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennedyvz committed Dec 27, 2023
1 parent 68947b9 commit a6a0cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/[email protected]
with:
context: workers/${{ matrix.service }}
file: Dockerfile
file: workers/${{ matrix.service }}/Dockerfile
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
platforms: linux/amd64
Expand Down

0 comments on commit a6a0cc1

Please sign in to comment.