diff options
author | 2024-08-17 14:54:45 +0100 | |
---|---|---|
committer | 2024-08-17 14:54:45 +0100 | |
commit | 6c4c9a2d08228f052525125efbac18e2e149c6be (patch) | |
tree | fc7aae9e4c7475f55e17247ca02e95083906ecd0 /.github | |
parent | Build 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.yaml | 2 |
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 |