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>
This commit is contained in:
Josh Hunt
2024-10-17 22:13:42 +03:00
committed by GitHub
co-authored by Andreas Christou Kevin Minehart Diego Augusto Molina
parent 125b7c2fd8
commit 8f7352e862
8 changed files with 96 additions and 54 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
global variables
"""
grabpl_version = "v3.0.53"
grabpl_version = "v3.0.56"
golang_version = "1.23.1"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.