[v11.1.x] CI: replace publish image step with a much simpler one that supports LATEST (#90622)

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:19:03 -06:00
committed by GitHub
parent 220f0a5b42
commit 17fce96f7f
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),