Bump docker-publish workflow default version_tag to 2.5.1
This commit is contained in:
parent
1715e4d52f
commit
72b3e2195a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -9,9 +9,9 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version_tag:
|
version_tag:
|
||||||
description: 'Version tag (e.g. 2.4.3)'
|
description: 'Version tag (e.g. 2.5.1)'
|
||||||
required: true
|
required: true
|
||||||
default: '2.4.3'
|
default: '2.5.1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue