Skip to content

Commit ebbad54

Browse files
committed
fix: change build context
Refs: #57
1 parent 2a181f8 commit ebbad54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build and push Docker image
2727
uses: docker/build-push-action@v4
2828
with:
29-
context: .
29+
context: ./labman
3030
push: true
3131
tags: |
3232
ghcr.io/olabekkevold/labmanager:latest

0 commit comments

Comments
 (0)