Skip to content

Commit e14af19

Browse files
committed
Fix docker publish
1 parent b75ba02 commit e14af19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
uses: docker/build-push-action@v4
149149
with:
150150
context: .
151-
file: ./daemons/${{ matrix.context }}/Dockerfile
151+
file: ./${{ matrix.context }}/Dockerfile
152152
push: ${{ github.event_name != 'pull_request' }}
153153
tags: ${{ steps.meta.outputs.tags }}
154154
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)