We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75ba02 commit e14af19Copy full SHA for e14af19
.github/workflows/docker-publish.yml
@@ -148,7 +148,7 @@ jobs:
148
uses: docker/build-push-action@v4
149
with:
150
context: .
151
- file: ./daemons/${{ matrix.context }}/Dockerfile
+ file: ./${{ matrix.context }}/Dockerfile
152
push: ${{ github.event_name != 'pull_request' }}
153
tags: ${{ steps.meta.outputs.tags }}
154
labels: ${{ steps.meta.outputs.labels }}
0 commit comments