Skip to content

Commit

Permalink
Fix dockerfile path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Oct 1, 2024
1 parent 4c525dc commit ee65808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: build
uses: docker/build-push-action@v2
with:
file: Dockerfile
file: orchestrator/Dockerfile
push: false
tags: ${{ steps.meta.outputs.tags }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit ee65808

Please sign in to comment.