Skip to content

Commit 849d043

Browse files
committed
Fix image path
Signed-off-by: henmohr <henriquemohr@redes.ufsm.br>
1 parent 060aa25 commit 849d043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
1818

1919
- name: Build Docker image
20-
run: docker build -t ghcr.io/librecodecoop/nextcloud-images:30 .
20+
run: docker build -t ghcr.io/librecodecoop/nextcloud-images:30 -f .docker/app/Dockerfile .
2121

2222
- name: Push Docker image
2323
run: docker push ghcr.io/librecodecoop/nextcloud-images:30

0 commit comments

Comments
 (0)