Update docker-publish.yml
This commit is contained in:
parent
a8de75ce26
commit
2758fd64fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
version_tag:
|
version_tag:
|
||||||
description: 'Version tag (e.g. 1.6, 1.7)'
|
description: 'Version tag (e.g. 1.6, 1.7)'
|
||||||
required: true
|
required: true
|
||||||
default: '1.8'
|
default: '1.9'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue