Skip to content

Commit 0918076

Browse files
authored
[e2e] Fix github action (#23)
1 parent 6d0964d commit 0918076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/services.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
- name: Build docker image
4747
uses: docker/build-push-action@v3
4848
with:
49-
context: test-services/
50-
file: "Dockerfile"
49+
context: ./test-services/
5150
push: true
5251
platforms: linux/arm64,linux/amd64
5352
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)