CI: Fix race condition when building docker on main (#77504)
* build docker after packages are updated
* use my branch for main pipelines for testing
* use my branch for main pipelines for testing
* use main instead now
* formatting
(cherry picked from commit f6d3238505)
10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.42"
|
|
golang_version = "1.21.3"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "18.12.0"
|