Widen Docker Lint paths trigger, remove deprecated version key
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@@ -4,10 +4,10 @@ name: Docker Lint
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths: ['docker/**']
|
paths: ['docker/**', '.hadolint.yaml']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths: ['docker/**']
|
paths: ['docker/**', '.hadolint.yaml']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 2025-2026 BlackRoad OS, Inc. All Rights Reserved.
|
# Copyright (c) 2025-2026 BlackRoad OS, Inc. All Rights Reserved.
|
||||||
version: "3.9"
|
# Build each service from its own repo with: docker compose build <service>
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core:
|
core:
|
||||||
|
|||||||
Reference in New Issue
Block a user