Update Docker publish workflow default version to 2.1
This commit is contained in:
parent
571ba6b532
commit
e0827f2ced
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:
|
||||
description: 'Version tag (e.g. 1.6, 1.7)'
|
||||
required: true
|
||||
default: '2.0'
|
||||
default: '2.1'
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue