Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit fc8e048

Browse files
committed
fix: Use correct path for results exporter
Signed-off-by: Brad Beam <brad.beam@stormforge.io>
1 parent 9582ff1 commit fc8e048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/results_exporter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9-
- 'voting-webapp/results-exporter/**'
9+
- 'webserver/voting-webapp/results-exporter/**'
1010

1111
jobs:
1212
main:
@@ -40,7 +40,7 @@ jobs:
4040
id: docker_build
4141
uses: docker/build-push-action@v2
4242
with:
43-
context: ./voting-webapp/results-exporter
43+
context: ./webserver/voting-webapp/results-exporter
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)