change(ci): docker-publish.yml -> docker.yml

This commit is contained in:
ethernet 2026-06-23 19:32:33 -04:00
parent 35dfe7b58f
commit fb1dd1bf91
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ name: Docker / shell lint
# Lints the container build inputs: Dockerfile (via hadolint) and any shell
# scripts under docker/ (via shellcheck). These catch the class of regression
# the behavioral docker-publish smoke test can't — unquoted variable
# the behavioral docker smoke test can't — unquoted variable
# expansions, silently-failing RUN commands, etc.
#
# Rules and ignores are documented in .hadolint.yaml at the repo root.