Skip to content

Commit 6181a9c

Browse files
CI: fix docker location
1 parent 670da75 commit 6181a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and push Docker image
3232
uses: docker/build-push-action@v5
3333
with:
34-
context: .
34+
context: .docker
3535
push: true
3636
tags: ghcr.io/${{ github.repository }}/latex-builder:latest
3737
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/latex-builder:latest

0 commit comments

Comments
 (0)