Skip to content

Commit

Permalink
fix filepath
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
  • Loading branch information
svrnm committed Aug 10, 2023
1 parent 7888d5b commit 959f5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: docker/[email protected]
with:
context: ${{ matrix.service.context }}
file: ./app/${{ matrix.service.name }}/Dockerfile
file: ./${{ matrix.service.name }}/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}-${{ matrix.service.name }}
Expand Down

0 comments on commit 959f5d6

Please sign in to comment.