Widen Docker Lint paths trigger, remove deprecated version key

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexa Amundson
2026-02-20 18:03:04 -06:00
parent b4f0784477
commit fe73c84c65
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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: