Skip to content

Commit 08cd227

Browse files
committed
build(workflow): Updated Workflow
1 parent de5fc9a commit 08cd227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/build-push-action@v5
4141
with:
4242
context: .
43-
file: ./${{ matrix.function }}/Dockerfile-${{ matrix.function }}
43+
file: Dockerfile-${{ matrix.function }}
4444
push: ${{ github.event_name != 'pull_request' }}
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)