Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 108acbd

Browse files
committed
fix context for docker and add readme
1 parent 73964f7 commit 108acbd

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/docker-push-daily.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
uses: docker/build-push-action@v5
4444
with:
4545
push: true
46-
# build from the ./docker directory in this repo
47-
context: docker
46+
context: .
4847
platforms: |
4948
linux/amd64
5049
tags: |
@@ -56,8 +55,7 @@ jobs:
5655
uses: docker/build-push-action@v5
5756
with:
5857
push: true
59-
# build from the ./docker directory in this repo
60-
context: docker
58+
context: .
6159
platforms: |
6260
linux/amd64
6361
tags: |
@@ -72,8 +70,7 @@ jobs:
7270
uses: docker/build-push-action@v5
7371
with:
7472
push: true
75-
# build from the ./docker directory in this repo
76-
context: docker
73+
context: .
7774
platforms: |
7875
linux/amd64
7976
tags: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Yet another custom nextcloud docker image
2+
This just includes ffmpeg on top of the nextcloud/docker image.

0 commit comments

Comments
 (0)