aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-17 14:54:45 +0100
committerGravatar Joe Banks <[email protected]>2024-08-17 14:54:45 +0100
commit6c4c9a2d08228f052525125efbac18e2e149c6be (patch)
treefc7aae9e4c7475f55e17247ca02e95083906ecd0 /.github
parentBuild and publish frontend developemtn Docker image on changes (diff)
Pass full path to Thallium Frontend Dockerfile
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 323b29f..04833bf 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -68,5 +68,5 @@ jobs:
with:
sha-tag: ${{ needs.generate-inputs.outputs.sha-tag }}
project: frontend
- dockerfile: Dockerfile.development
+ dockerfile: thallium-frontend/Dockerfile.development
secrets: inherit