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

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)
This commit is contained in:
Kevin Minehart
2023-11-01 09:51:00 -07:00
committed by GitHub
parent fd9a2d3cc1
commit 770af668a3
3 changed files with 102 additions and 101 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"