Skip to content

Commit c70ac59

Browse files
committed
putative path fix for GHA
1 parent 74ea403 commit c70ac59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-indexer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: build
5555
uses: docker/build-push-action@v5
5656
with:
57-
context: .
57+
context: kernel-indexer/
5858
file: kernel-indexer/Dockerfile
5959
push: true
6060
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/docker-build-webserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: build
5353
uses: docker/build-push-action@v5
5454
with:
55-
context: .
55+
context: web/
5656
file: web/Dockerfile
5757
push: true
5858
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)