Skip to content

Commit 53d8de9

Browse files
author
Sandro Lange
committed
ci: resolves wrong context being used by docker build workflow
1 parent ce763dd commit 53d8de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Build and push
3838
uses: docker/build-push-action@v5
3939
with:
40-
context: .
40+
context: ./ExportPaperless
41+
file: ./ExportPaperless/Dockerfile
4142
push: true
4243
platforms: linux/amd64,linux/arm64
4344
tags: |

0 commit comments

Comments
 (0)