[v10.2.x] CI: replace publish image step with a much simpler one that supports LATEST (#90617)

CI: replace publish image step with a much simpler one that supports LATEST (#90498)

* replace publish image step with a much simpler one that supports LATEST

(cherry picked from commit 6a2a6b0fbc)
This commit is contained in:
Kevin Minehart
2024-07-18 12:41:36 -05:00
committed by GitHub
parent d074e50306
commit 6b2c02c44e
3 changed files with 212 additions and 36 deletions
+1
View File
@@ -9,6 +9,7 @@ load(
)
images = {
"docker": "docker:27-cli",
"git": "alpine/git:2.40.1",
"go": "golang:{}-alpine".format(golang_version),
"node": "node:{}-alpine".format(nodejs_version),