CI: Additional changes for +security versions (#94854)
* Build: Fix docker manifest create not using correct IMAGE_TAG
* Support publishing security versions of NPM packages
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com>
(cherry picked from commit 8f7352e862)
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
10 lines
182 B
Python
10 lines
182 B
Python
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.56"
|
|
golang_version = "1.22.7"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|