mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user