mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +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",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user