Bump docker-publish workflow default version_tag to 2.5.1

This commit is contained in:
Broque Thomas 2026-05-12 19:57:14 -07:00
parent 1715e4d52f
commit 72b3e2195a

View file

@ -9,9 +9,9 @@ on:
workflow_dispatch:
inputs:
version_tag:
description: 'Version tag (e.g. 2.4.3)'
description: 'Version tag (e.g. 2.5.1)'
required: true
default: '2.4.3'
default: '2.5.1'
jobs:
build-and-push: