mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
modified: .github/workflows/build_docker.yml
This commit is contained in:
parent
78a2720c82
commit
c7eba4be0c
6
.github/workflows/build_docker.yml
vendored
6
.github/workflows/build_docker.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "specified",
|
"name": "specified",
|
||||||
"version": env.SPECIFIED_VERSION,
|
"version": $SPECIFIED_VERSION,
|
||||||
"channel": "specified"
|
"channel": "specified"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -49,12 +49,12 @@ jobs:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "long-term",
|
"name": "long-term",
|
||||||
"version": env.LONG_TERM,
|
"version": $LONG_TERM,
|
||||||
"channel": "long-term"
|
"channel": "long-term"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "stable",
|
"name": "stable",
|
||||||
"version": env.STABLE,
|
"version": $STABLE,
|
||||||
"channel": "stable"
|
"channel": "stable"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user