Docker image building: only tag as 'latest' when it's actually the latest

tag '1' is not likewise corrected (yet); assumed to be basically unused
This commit is contained in:
Klaas van Schelven
2025-07-30 15:39:00 +02:00
parent 17a96a22a6
commit b4c9e735b9
3 changed files with 77 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
set -euo pipefail
# Extensions to include
EXT_REGEX='\.(py|js|ts|sh|md|txt|html|css)$'
EXT_REGEX='\.(py|js|ts|sh|md|txt|html|css|bash)$'
# Detect sed flavor
if sed --version >/dev/null 2>&1; then