Skip to content

Commit

Permalink
[e2e] Fix github action (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalshilman authored Oct 4, 2024
1 parent 6d0964d commit 0918076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
- name: Build docker image
uses: docker/build-push-action@v3
with:
context: test-services/
file: "Dockerfile"
context: ./test-services/
push: true
platforms: linux/arm64,linux/amd64
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 0918076

Please sign in to comment.