Skip to content

Commit 1adb96c

Browse files
committed
- Fix docker publish
1 parent 1151f92 commit 1adb96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
uses: docker/build-push-action@v6
185185
with:
186186
context: .
187-
file: ./src/Dockerfile
187+
file: ./build-artifacts/src/Dockerfile
188188
platforms: ${{ matrix.platform }}
189189
push: true
190190
tags: ${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:${{ matrix.target }}

0 commit comments

Comments
 (0)