Update docker-publish.yml
This commit is contained in:
parent
e132f1e295
commit
57cbdc2ed4
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.5.3)'
|
description: 'Version tag (e.g. 2.5.4)'
|
||||||
required: true
|
required: true
|
||||||
default: '2.5.3'
|
default: '2.5.4'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue