--- lbbs/.github/workflows/docker-image.yml 2026/01/05 12:15:08 1.1 +++ lbbs/.github/workflows/docker-image.yml 2026/01/08 08:14:33 1.2 @@ -16,4 +16,4 @@ jobs: - uses: actions/checkout@v4 - name: Build the Docker image - run: docker build . --file Dockerfile/dockerfile.bbsd --tag lbbs-bbsd:$(date +%s) + run: docker compose build