mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-04 06:25:47 +00:00
modified: .github/workflows/build_docker.yml
This commit is contained in:
6
.github/workflows/build_docker.yml
vendored
6
.github/workflows/build_docker.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
[
|
||||
{
|
||||
"name": "specified",
|
||||
"version": env.SPECIFIED_VERSION,
|
||||
"version": $SPECIFIED_VERSION,
|
||||
"channel": "specified"
|
||||
}
|
||||
]
|
||||
@@ -49,12 +49,12 @@ jobs:
|
||||
[
|
||||
{
|
||||
"name": "long-term",
|
||||
"version": env.LONG_TERM,
|
||||
"version": $LONG_TERM,
|
||||
"channel": "long-term"
|
||||
},
|
||||
{
|
||||
"name": "stable",
|
||||
"version": env.STABLE,
|
||||
"version": $STABLE,
|
||||
"channel": "stable"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user