We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5fc9a commit 08cd227Copy full SHA for 08cd227
.github/workflows/pipeline-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: docker/build-push-action@v5
41
with:
42
context: .
43
- file: ./${{ matrix.function }}/Dockerfile-${{ matrix.function }}
+ file: Dockerfile-${{ matrix.function }}
44
push: ${{ github.event_name != 'pull_request' }}
45
tags: ${{ steps.meta.outputs.tags }}
46
labels: ${{ steps.meta.outputs.labels }}
0 commit comments