diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a6b1972..55ea325 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -44,6 +44,7 @@ jobs: uses: docker/build-push-action@v4 if: ${{ github.ref == 'refs/heads/docker-deployment' }} with: + context: frontend/. file: frontend/Dockerfile push: true tags: git.fawkes100.de/timemanager/timemanager-frontend:latest \ No newline at end of file