[v10.0.x] CI: Fix race condition when building docker on main (#77509)

* 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)

* make drone
This commit is contained in:
Kevin Minehart
2023-11-01 09:50:49 -07:00
committed by GitHub
parent 65b5a97601
commit b19f02fa88
3 changed files with 100 additions and 99 deletions
+1
View File
@@ -113,6 +113,7 @@ def build_e2e(trigger, ver_mode):
rgm_build_docker_step(
images["ubuntu"],
images["alpine"],
depends_on = ["update-package-json-version"],
tag_format = "{{ .version_base }}-{{ .buildID }}-{{ .arch }}",
ubuntu_tag_format = "{{ .version_base }}-{{ .buildID }}-ubuntu-{{ .arch }}",
),
+1 -1
View File
@@ -3,7 +3,7 @@ global variables
"""
grabpl_version = "v3.0.42"
golang_version = "1.20.10"
golang_version = "1.21.3"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
nodejs_version = "18.12.0"