Skip to content

Commit 26a7f31

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: Build and push
3838
uses: docker/build-push-action@v5
3939
with:
40-
context: ./ExportPaperless
41-
file: ./ExportPaperless/Dockerfile
40+
context: .
4241
push: true
4342
platforms: linux/amd64,linux/arm64
4443
tags: |
File renamed without changes.

0 commit comments

Comments
 (0)