diff options
-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 |