chore(workflows): disable dedicated docker build workflow
All checks were successful
Validate PR Title / validate (pull_request) Successful in 1s
CI / ci (pull_request) Successful in 2m5s

This commit is contained in:
2026-01-04 10:28:43 +00:00
parent 66f1e828ed
commit b0a096fd5c
2 changed files with 2 additions and 0 deletions

View File

@@ -3,5 +3,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
# Alternatively, use an image from a registry
# image: git.tainton.uk/repos/roboluke:latest
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env